summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll')
-rw-r--r--llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll b/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll
index 003548ffad7..7601b6c81fe 100644
--- a/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll
+++ b/llvm/test/Transforms/PlaceSafepoints/call-in-loop.ll
@@ -10,13 +10,12 @@ define void @test1() gc "statepoint-example" {
entry:
; CHECK-LABEL: entry
-; CHECK: statepoint
+; CHECK: call void @do_safepoint
br label %loop
loop:
; CHECK-LABEL: loop
-; CHECK: @llvm.experimental.gc.statepoint.p0f_isVoidf(i64 2882400000, i32 0, void ()* @foo
-; CHECK-NOT: statepoint
+; CHECK-NOT: call void @do_safepoint
call void @foo()
br label %loop
}
OpenPOWER on IntegriCloud