Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
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
}