Merge branch 'master' into msp430
[llvm/msp430.git] / test / Transforms / FunctionAttrs / 2008-09-03-ReadOnly.ll
blobcebfdacb4c0c4ec32cf285a5733a6551ef2b7c11
1 ; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep readonly | count 2
3 define i32 @f() {
4 entry:
5         %tmp = call i32 @e( )           ; <i32> [#uses=1]
6         ret i32 %tmp
9 declare i32 @e() readonly