Store the result of multiple identical run lines in a temporary file.

llvm-svn: 52314
This commit is contained in:
Matthijs Kooijman 2008-06-16 12:21:25 +00:00
parent 674f866b5c
commit bcd4047dd4
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis | grep nounwind | count 2
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis | grep signext | count 2
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis | not grep inreg
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis | not grep zeroext
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis | not grep byval
; RUN: llvm-as < %s | opt -deadargelim | llvm-dis > %t
; RUN: cat %t | grep nounwind | count 2
; RUN: cat %t | grep signext | count 2
; RUN: cat %t | not grep inreg
; RUN: cat %t | not grep zeroext
; RUN: cat %t | not grep byval
%struct = type { }