summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2016-01-05 19:45:54 +0000
committerManuel Jacob <me@manueljacob.de>2016-01-05 19:45:54 +0000
commit68b753a4fbda3e7185cf9eeb368607c620bfac57 (patch)
treef634e2f4a01baa6288786a4cf7f6f45ecc9d1b89
parentfd495892d6532e19c2f848c23b838a427a46507f (diff)
downloadbcm5719-llvm-68b753a4fbda3e7185cf9eeb368607c620bfac57.tar.gz
bcm5719-llvm-68b753a4fbda3e7185cf9eeb368607c620bfac57.zip
Correct my last commit (revision 256860).
I forgot to save a small wording improvement before committing. llvm-svn: 256862
-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