From 407f296e22ebcc20c7568f2e66af4eea811b36d5 Mon Sep 17 00:00:00 2001 From: Manuel Jacob Date: Tue, 5 Jan 2016 19:45:54 +0000 Subject: [PATCH] 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 --- test/Transforms/PlaceSafepoints/leaf-function.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1