Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
llvm
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-13-VolatileRead.ll
blob: fef872c794aeb0b0f5b02def287f7f49e017b8f2 [
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
,
i32
*
@g
; <i32> [#uses=1]
ret
i32
%t
}