Fix up the run line for this new test.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 19 Feb 2008 02:58:36 +0000 (02:58 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 19 Feb 2008 02:58:36 +0000 (02:58 +0000)
llc: for the -info-output-file option:  requires a value!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47306 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2008-02-18-TailMergingBug.ll

index d4c710dbd5f7a5b8e7e26db95ca758925a48a957..703ba2296bc4ab5c7caba7cf689d474837e9b626 100644 (file)
@@ -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]