Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
43f51aeca8367ea35adad963c00bd2bc5b8d1391
/
.
/
test
/
CodeGen
/
CBackend
/
2005-09-27-VolatileFuncPtr.ll
blob: 99de837dc79ae942c61024f159e2e1fa084756fa [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=c | grep {\\* *volatile *\\*}
@G
=
external
global
void
()*
; <void ()**> [#uses=2]
define
void
@test
()
{
volatile
store
void
()*
@test
,
void
()**
@G
volatile
load
void
()**
@G
; <void ()*>:1 [#uses=0]
ret
void
}