summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadArgElim
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-05-22 01:16:00 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-05-22 01:16:00 +0000
commitc7e38e8f3fe8a291e3c3714e21a51f2ef53f8aed (patch)
treeb21d4a7bb6c5b1aa0fbbabe7f328face60288273 /test/Transforms/DeadArgElim
parentedeecbff0e231c04b7222a79a26017a48668f0e2 (diff)
downloadllvm-c7e38e8f3fe8a291e3c3714e21a51f2ef53f8aed.tar.gz
llvm-c7e38e8f3fe8a291e3c3714e21a51f2ef53f8aed.tar.bz2
llvm-c7e38e8f3fe8a291e3c3714e21a51f2ef53f8aed.tar.xz
Fix grammar in test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DeadArgElim')
-rw-r--r--test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll b/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
index adfd019894..858c935bff 100644
--- a/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
+++ b/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
@@ -2,7 +2,7 @@
; RUN: cat %t | grep 123
; This test tries to catch wrongful removal of return values for a specific case
-; that was break llvm-gcc builds.
+; that was breaking llvm-gcc builds.
; This function has a live return value, it is used by @alive.
define internal i32 @test5() {