aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll')
-rw-r--r--test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll b/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
index 481c12c..b1e3367 100644
--- a/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
+++ b/test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll
@@ -1,4 +1,5 @@
-; RUN: llc -O2 < %s | grep this | grep -v undef
+; RUN: llc -O2 %s -o %t
+; RUN: grep this %t | grep -v undef
; Test to check that unused argument 'this' is not undefined in debug info.
%struct.foo = type { i32 }