summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Transforms/PlaceSafepoints/leaf-function.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/leaf-function.ll b/llvm/test/Transforms/PlaceSafepoints/leaf-function.ll
index 3942abde183..5054ad8e118 100644
--- a/llvm/test/Transforms/PlaceSafepoints/leaf-function.ll
+++ b/llvm/test/Transforms/PlaceSafepoints/leaf-function.ll
@@ -2,8 +2,8 @@
declare void @foo() "gc-leaf-function"
-; Calls of functions with the "gc-leaf-function" attribute shouldn't get
-; safepoints. An entry safepoint should get inserted, though.
+; Calls of functions with the "gc-leaf-function" attribute shouldn't be turned
+; into a safepoint. An entry safepoint should get inserted, though.
define void @test_leaf_function() gc "statepoint-example" {
; CHECK-LABEL: test_leaf_function
; CHECK: gc.statepoint.p0f_isVoidf
OpenPOWER on IntegriCloud