Update test to explicitly capture llc output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2010-06-16 18:04:12 +00:00
parent 504c0cda91
commit 6e67c6cb3c

View File

@ -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 }