summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-14 16:19:35 +0000
committerChris Lattner <sabre@nondot.org>2007-08-14 16:19:35 +0000
commit687dbf1a9976eb1e3c01866545ff0844e9f9546c (patch)
tree683f2b7fefb5fb23d20d042cee8b70f65f55ddc3
parent0e924580682f8ddac85627b103a0672aa6ce524f (diff)
downloadbcm5719-llvm-687dbf1a9976eb1e3c01866545ff0844e9f9546c.tar.gz
bcm5719-llvm-687dbf1a9976eb1e3c01866545ff0844e9f9546c.zip
tcl seems to hate |& for some reason.
llvm-svn: 41073
-rw-r--r--llvm/test/CodeGen/X86/constant-pool-remat-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/constant-pool-remat-0.ll b/llvm/test/CodeGen/X86/constant-pool-remat-0.ll
index 60f38871efa..fbc660f01e2 100644
--- a/llvm/test/CodeGen/X86/constant-pool-remat-0.ll
+++ b/llvm/test/CodeGen/X86/constant-pool-remat-0.ll
@@ -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)
OpenPOWER on IntegriCloud