Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
CBackend
/
2005-09-27-VolatileFuncPtr.ll
blob: 37f311d4b93b55ca2da9c8355dfece8d85574d31 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -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
}