diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll b/llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll index f2e0cc5940a..925e7f05494 100644 --- a/llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll +++ b/llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | llc -march=x86 -stats |& \ +; RUN: llvm-as < %s | llc -march=x86 -disable-correct-folding -stats |& \ ; RUN: grep {1 .*folded into instructions} -; RUN: llvm-as < %s | llc -march=x86 | grep cmp | count 3 +; RUN: llvm-as < %s | llc -march=x86 -disable-correct-folding | grep cmp | count 3 %struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* } |