[PGO] Use %t as the temporary profdata filename in the test cases.
[oota-llvm.git] / test / Transforms / DeadArgElim / 2008-06-23-DeadAfterLive.ll
index bdaa6405dbb6712a17b12189eaa7b08ec8425de9..858c935bff7fec2a63f2fab911e017c8faefe612 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: opt %s -deadargelim -die | llvm-dis > %t
+; RUN: opt < %s -deadargelim -die -S > %t
 ; 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() {