diff options
author | Owen Anderson <resistor@mac.com> | 2008-08-04 23:55:29 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-08-04 23:55:29 +0000 |
commit | 2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd (patch) | |
tree | 3316be49c628202bd7ecb8366e4d2874444e0a8e /test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | |
parent | bd3ba461eb5578a81ba09ff7bd7eb271d1130196 (diff) |
Update these tests to work by disabling the new correct CFG generation. This flag should ONLY be used to for tests like these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll')
-rw-r--r-- | test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll b/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll index 07e926a3ee..b5635b38cf 100644 --- a/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll +++ b/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep movl | count 2 +; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep movl | count 1 %struct.double_int = type { i64, i64 } %struct.tree_common = type <{ i8, [3 x i8] }> |