diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2008-02-19 02:58:36 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2008-02-19 02:58:36 +0000 |
| commit | b54a803a2efc2613d36c976a3eaae2f894f4266d (patch) | |
| tree | 4fdf08b9bf69c1a0a9289359db01219c0f25cf9f /llvm/test | |
| parent | ffca8e99b2e11ba715de25b0ecef3926cf23df13 (diff) | |
| download | bcm5719-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.ll | 2 |
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] |

