Skip to content

Commit 273bdcf

Browse files
committed
Fix merge
Signed-off-by: Mikhail Lychkov <[email protected]>
1 parent 182d0f1 commit 273bdcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ entry:
1010
ret i32 %tmp
1111
}
1212

13-
; CHECK: declare i32 @e() #1
13+
; CHECK-OLD-PM: declare i32 @e() #0
14+
; CHECK-FUNC-PASS: declare i32 @e() #1
1415
declare i32 @e() readonly
1516

1617
; CHECK: attributes #0 = { nofree readonly }
17-
; CHECK: attributes #1 = { readonly }
18+
; CHECK-FUNC-PASS: attributes #1 = { readonly }

0 commit comments

Comments
 (0)