[PGO] Use %t as the temporary profdata filename in the test cases.
[oota-llvm.git] / 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() {