Skip to content

Commit 9c139c5

Browse files
committed
[tests] Update an autogen test for format change
1 parent 5db2735 commit 9c139c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ entry:
3131
define void @test2() gc "statepoint-example" {
3232
; CHECK-LABEL: @test2(
3333
; CHECK-NEXT: entry:
34-
; CHECK-NEXT: [[STATEPOINT_TOKEN:%.*]] = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 2882400000, i32 0, void ()* @foo, i32 0, i32 2, i32 0, i32 0) #0 [ "deopt"(i32 57) ]
34+
; CHECK-NEXT: [[STATEPOINT_TOKEN:%.*]] = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 2882400000, i32 0, void ()* @foo, i32 0, i32 2, i32 0, i32 0) [[ATTR0:#.*]] [ "deopt"(i32 57) ]
3535
; CHECK-NEXT: ret void
3636
;
3737

0 commit comments

Comments
 (0)