Sign in
swiftshader
/
SwiftShader
/
66b8ab22586debccb1f787d4d52b7f042d4ddeb8
/
.
/
src
/
LLVM
/
test
/
Transforms
/
FunctionAttrs
/
2008-12-29-Constant.ll
blob: 9655da45c646159e91b40bb4a5da1fd5032977f0 [
file
] [
log
] [
blame
]
; RUN: opt < %s -basicaa -functionattrs -S | grep readnone
@s
=
external
constant
i8
; <i8*> [#uses=1]
define
i8
@f
()
{
%tmp
=
load
i8
*
@s
; <i8> [#uses=1]
ret
i8
%tmp
}