Fix grammar in test.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 22 May 2011 01:16:00 +0000 (01:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 22 May 2011 01:16:00 +0000 (01:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131831 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll

index adfd01989407c88770567fd5c4241045c0cd794d..858c935bff7fec2a63f2fab911e017c8faefe612 100644 (file)
@@ -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() {