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 | f1942a3eed2fc7c1de9fdbf9111bc43fa976cad0 (patch) | |
tree | 896c9f6f887c5f6203362b6bf03f2b5eb3e5318b /test | |
parent | 2df2c05064dc2307483da79f11623797596eb67b (diff) | |
download | external_llvm-f1942a3eed2fc7c1de9fdbf9111bc43fa976cad0.zip external_llvm-f1942a3eed2fc7c1de9fdbf9111bc43fa976cad0.tar.gz external_llvm-f1942a3eed2fc7c1de9fdbf9111bc43fa976cad0.tar.bz2 |
Fix up the run line for this new test.
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
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2008-02-18-TailMergingBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/test/CodeGen/X86/2008-02-18-TailMergingBug.ll index d4c710d..703ba22 100644 --- a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll +++ b/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] |