diff options
author | Manuel Jacob <me@manueljacob.de> | 2016-01-05 19:45:54 +0000 |
---|---|---|
committer | Manuel Jacob <me@manueljacob.de> | 2016-01-05 19:45:54 +0000 |
commit | 68b753a4fbda3e7185cf9eeb368607c620bfac57 (patch) | |
tree | f634e2f4a01baa6288786a4cf7f6f45ecc9d1b89 | |
parent | fd495892d6532e19c2f848c23b838a427a46507f (diff) | |
download | bcm5719-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.ll | 4 |
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 |