summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constant-pool-remat-0.ll
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
commitb350b76a320642b60f03b2675106d2fa1e392494 (patch)
treec6ad3e1842f5988e3fe84bce9f57861780172d4f /test/CodeGen/X86/constant-pool-remat-0.ll
parent81e6fbe706966f3258537eeb1faf79e923688648 (diff)
downloadllvm-b350b76a320642b60f03b2675106d2fa1e392494.tar.gz
llvm-b350b76a320642b60f03b2675106d2fa1e392494.tar.bz2
llvm-b350b76a320642b60f03b2675106d2fa1e392494.tar.xz
tcl seems to hate |& for some reason.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/constant-pool-remat-0.ll')
-rw-r--r--test/CodeGen/X86/constant-pool-remat-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/constant-pool-remat-0.ll b/test/CodeGen/X86/constant-pool-remat-0.ll
index 60f38871ef..fbc660f01e 100644
--- a/test/CodeGen/X86/constant-pool-remat-0.ll
+++ b/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)