Sign in
swiftshader
/
SwiftShader
/
e75d3348b0e727c271c98889c602162f898aa30e
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-03-Mutual.ll
blob: b0aecfa56f74ec0844a28c851a2c42036004e8e8 [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | grep readnone
define
i32
@a
()
{
%tmp
=
call
i32
@b
(
)
; <i32> [#uses=1]
ret
i32
%tmp
}
define
i32
@b
()
{
%tmp
=
call
i32
@a
(
)
; <i32> [#uses=1]
ret
i32
%tmp
}