summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-02-19 02:58:36 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-02-19 02:58:36 +0000
commitb54a803a2efc2613d36c976a3eaae2f894f4266d (patch)
tree4fdf08b9bf69c1a0a9289359db01219c0f25cf9f /llvm/test
parentffca8e99b2e11ba715de25b0ecef3926cf23df13 (diff)
downloadbcm5719-llvm-b54a803a2efc2613d36c976a3eaae2f894f4266d.tar.gz
bcm5719-llvm-b54a803a2efc2613d36c976a3eaae2f894f4266d.zip
Fix up the run line for this new test.
llc: for the -info-output-file option: requires a value! llvm-svn: 47306
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/2008-02-18-TailMergingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/llvm/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
index d4c710dbd5f..703ba2296bc 100644
--- a/llvm/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
+++ b/llvm/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -stats -info-output-file | grep "Number of block tails merged" | grep 6
+; RUN: llvm-as < %s | llc -march=x86 -stats | grep {Number of block tails merged} | grep 6
; PR1909
@.str = internal constant [48 x i8] c"transformed bounds: (%.2f, %.2f), (%.2f, %.2f)\0A\00" ; <[48 x i8]*> [#uses=1]
OpenPOWER on IntegriCloud