From: Manuel Jacob Date: Tue, 5 Jan 2016 19:45:54 +0000 (+0000) Subject: Correct my last commit (revision 256860). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=407f296e22ebcc20c7568f2e66af4eea811b36d5;p=oota-llvm.git Correct my last commit (revision 256860). I forgot to save a small wording improvement before committing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256862 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/PlaceSafepoints/leaf-function.ll b/test/Transforms/PlaceSafepoints/leaf-function.ll index 3942abde183..5054ad8e118 100644 --- a/test/Transforms/PlaceSafepoints/leaf-function.ll +++ b/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