Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-03-ReadOnly.ll
blob: b455fdd8c3ec0c162a366f7472da74afb28909cb [
file
] [
log
] [
blame
]
; RUN: opt < %s -functionattrs -S | grep readonly | count 2
define
i32
@f
()
{
entry
:
%tmp
=
call
i32
@e
(
)
; <i32> [#uses=1]
ret
i32
%tmp
}
declare
i32
@e
()
readonly