summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-01 23:48:35 +0000
committerDan Gohman <gohman@apple.com>2008-10-01 23:48:35 +0000
commitdfc507d2b553cdf8e4a7c95bfd61dcc4cb88b86d (patch)
treeb0716224700fb3bca7528e504fc2ca131ca50ed4
parent9cc9812653b8972b344162ae9cf1f1cd0c4b9349 (diff)
downloadbcm5719-llvm-dfc507d2b553cdf8e4a7c95bfd61dcc4cb88b86d.tar.gz
bcm5719-llvm-dfc507d2b553cdf8e4a7c95bfd61dcc4cb88b86d.zip
Disable fast-isel for this test, as it doesn't emit the same
number of instructions. llvm-svn: 56940
-rw-r--r--llvm/test/CodeGen/X86/2008-05-21-CoalescerBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-05-21-CoalescerBug.ll b/llvm/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
index 7b794093a6b..666c26157ac 100644
--- a/llvm/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
+++ b/llvm/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -fast | grep mov | count 5
+; RUN: llvm-as < %s | llc -march=x86 -fast -disable-fast-isel | grep mov | count 5
; PR2343
%llvm.dbg.anchor.type = type { i32, i32 }
OpenPOWER on IntegriCloud