diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-14 16:19:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-14 16:19:35 +0000 |
commit | 687dbf1a9976eb1e3c01866545ff0844e9f9546c (patch) | |
tree | 683f2b7fefb5fb23d20d042cee8b70f65f55ddc3 | |
parent | 0e924580682f8ddac85627b103a0672aa6ce524f (diff) | |
download | bcm5719-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.ll | 2 |
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) |