diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pre-split2.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pre-split2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pre-split2.ll b/llvm/test/CodeGen/X86/pre-split2.ll index 57903fdb51c..1d69aa85442 100644 --- a/llvm/test/CodeGen/X86/pre-split2.ll +++ b/llvm/test/CodeGen/X86/pre-split2.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \ -; RUN: not grep {pre-alloc-split} +; RUN: grep {pre-alloc-split} | count 2 define i32 @t() { entry: |

