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