Sign in
swiftshader
/
SwiftShader
/
48456333769d015c677c2a991e8e95b371fb8e4d
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
CBackend
/
2005-02-14-VolatileOperations.ll
blob: ff7ef94d697091a9bd05707d79f77dc1385169d3 [
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
}