We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182d0f1 commit 273bdcfCopy full SHA for 273bdcf
llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
@@ -10,8 +10,9 @@ entry:
10
ret i32 %tmp
11
}
12
13
-; CHECK: declare i32 @e() #1
+; CHECK-OLD-PM: declare i32 @e() #0
14
+; CHECK-FUNC-PASS: declare i32 @e() #1
15
declare i32 @e() readonly
16
17
; CHECK: attributes #0 = { nofree readonly }
-; CHECK: attributes #1 = { readonly }
18
+; CHECK-FUNC-PASS: attributes #1 = { readonly }
0 commit comments