1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Update test to explicitly capture llc output.

llvm-svn: 106121
This commit is contained in:
Devang Patel 2010-06-16 18:04:12 +00:00
parent 670df11fd6
commit 7b26b091b6

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 }