[llvm] r256862 - Correct my last commit (revision 256860).

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:45:54 PST 2016


Author: mjacob
Date: Tue Jan  5 13:45:54 2016
New Revision: 256862

URL: http://llvm.org/viewvc/llvm-project?rev=256862&view=rev
Log:
Correct my last commit (revision 256860).

I forgot to save a small wording improvement before committing.

Modified:
    llvm/trunk/test/Transforms/PlaceSafepoints/leaf-function.ll

Modified: llvm/trunk/test/Transforms/PlaceSafepoints/leaf-function.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PlaceSafepoints/leaf-function.ll?rev=256862&r1=256861&r2=256862&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PlaceSafepoints/leaf-function.ll (original)
+++ llvm/trunk/test/Transforms/PlaceSafepoints/leaf-function.ll Tue Jan  5 13:45:54 2016
@@ -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




More information about the llvm-commits mailing list