summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
blob: f69647ae2d51d435f76fab95aa604ad5331adee2 (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt %s -functionattrs | llvm-dis | grep readonly | count 2

define i32 @f() {
entry:
	%tmp = call i32 @e( )		; <i32> [#uses=1]
	ret i32 %tmp
}

declare i32 @e() readonly