Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
43f51aeca8367ea35adad963c00bd2bc5b8d1391
/
.
/
test
/
CodeGen
/
CBackend
/
2005-02-14-VolatileOperations.ll
blob: dd505af4831b715cf01b9c9470a3fc9051d4c62b [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=c | grep volatile
define
void
@test
(
i32
*
%P
)
{
%X
=
volatile
load
i32
*
%P
; <i32> [#uses=1]
volatile
store
i32
%X
,
i32
*
%P
ret
void
}