aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-04 23:55:29 +0000
committerOwen Anderson <resistor@mac.com>2008-08-04 23:55:29 +0000
commit2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd (patch)
tree3316be49c628202bd7ecb8366e4d2874444e0a8e /test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
parentbd3ba461eb5578a81ba09ff7bd7eb271d1130196 (diff)
downloadexternal_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.zip
external_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.tar.gz
external_llvm-2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd.tar.bz2
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.ll2
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 07e926a..b5635b3 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] }>