diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 03:07:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 03:07:41 +0000 |
commit | fac4f1f1815b54346a805834a8c19d573ce8856c (patch) | |
tree | 7d96230aae477b51f64bbdeaab85a8dd9f4e8427 /test/CodeGen/X86/pre-split6.ll | |
parent | 974c0fb4047f7d9f190f6ca5780c7a06e6c40914 (diff) | |
download | external_llvm-fac4f1f1815b54346a805834a8c19d573ce8856c.zip external_llvm-fac4f1f1815b54346a805834a8c19d573ce8856c.tar.gz external_llvm-fac4f1f1815b54346a805834a8c19d573ce8856c.tar.bz2 |
Enable machine cse pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pre-split6.ll')
-rw-r--r-- | test/CodeGen/X86/pre-split6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split6.ll b/test/CodeGen/X86/pre-split6.ll index d38e630..bbc3cef 100644 --- a/test/CodeGen/X86/pre-split6.ll +++ b/test/CodeGen/X86/pre-split6.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split | grep {divsd 8} | count 1 +; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split | grep {divsd 24} | count 1 @current_surfaces.b = external global i1 ; <i1*> [#uses=1] |