blob: 327190200406c6c08690feaa3ad3de92dddb5f95 [file] [log] [blame]
Duncan Sands9f07a292008-09-19 08:17:05 +00001; RUN: llvm-as < %s | opt -addreadattrs | llvm-dis | grep readnone | count 2
2
3define i32 @f() {
4entry:
5 %tmp = call i32 @e( ) ; <i32> [#uses=1]
6 ret i32 %tmp
7}
8
9declare i32 @e() readnone