tcl seems to hate |& for some reason.

llvm-svn: 41073
This commit is contained in:
Chris Lattner 2007-08-14 16:19:35 +00:00
parent 0e92458068
commit 687dbf1a99
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |& | grep asm-printer | grep 13
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -info-output-file - | grep asm-printer | grep 9
declare fastcc float @qux(float %y)