Sign in
ara-mdk
/
platform
/
external
/
llvm
/
b6f4872d29136637a3a5dfdf185f5afcbcdd3b2a
/
.
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-13-VolatileRead.ll
blob: b7e4d1f872611ac62ca4c4bf076a3d8f0e93802b [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | not grep read
; PR2792
@g
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@f
()
{
%t
=
load
volatile
i32
*
@g
; <i32> [#uses=1]
ret
i32
%t
}