Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
.
/
test
/
CodeGen
/
CBackend
/
2005-02-14-VolatileOperations.ll
blob: e161e46b558c069f8cafbcd5dadc530984dddf34 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep volatile
void
%test
(
int
*
%P
)
{
%X
=
volatile
load
int
*
%P
volatile
store
int
%X
,
int
*
%P
ret
void
}