Sign in
swiftshader
/
SwiftShader
/
528628241ca686845401c150f22a56e8f9f5b014
/
.
/
src
/
LLVM
/
test
/
Transforms
/
FunctionAttrs
/
2010-10-30-volatile.ll
blob: f21fabc493c73f9c35d3615065976d1868dad07e [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | FileCheck %s
; PR8279
@g
=
constant
i32
1
define
void
@foo
()
{
; CHECK: void @foo() {
%tmp
=
volatile
load
i32
*
@g
ret
void
}