Sign in
llvm
/
llvm-project
/
llvm
/
98799a1fd802f8024c9b93f9ebe8794c5149ff77
/
.
/
test
/
Transforms
/
FunctionAttrs
/
2008-12-29-Constant.ll
blob: 672b5e1392b7a411c2d2ce5699a0bafd27761afd [
file
]
; RUN: opt < %s -functionattrs -S | grep readnone
@s
=
external
constant
i8
; <i8*> [#uses=1]
define
i8
@f
()
{
%tmp
=
load
i8
*
@s
; <i8> [#uses=1]
ret
i8
%tmp
}