Sign in
swiftshader
/
SwiftShader
/
e75d3348b0e727c271c98889c602162f898aa30e
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-13-VolatileRead.ll
blob: 85df09ebd7fe4dcc89729915d7184d736fedf4e8 [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | not grep read
; PR2792
@g
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@f
()
{
%t
=
volatile
load
i32
*
@g
; <i32> [#uses=1]
ret
i32
%t
}