From 2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 4 Aug 2008 23:55:29 +0000 Subject: 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 --- test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll') 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] }> -- cgit v1.1