aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-21 06:45:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-21 06:45:54 +0000
commitc3417609ae6e744a29be6962d4fb7811c0102d17 (patch)
treefc913b7ad0b8385d33b65e4e6a040b6fbb19b190 /test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
parent16c6859651d08946b769ad44f163216ad124175a (diff)
downloadexternal_llvm-c3417609ae6e744a29be6962d4fb7811c0102d17.zip
external_llvm-c3417609ae6e744a29be6962d4fb7811c0102d17.tar.gz
external_llvm-c3417609ae6e744a29be6962d4fb7811c0102d17.tar.bz2
Undo spill weight tweak. Need to investigate the performance regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52572 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 5a8e4e4..07e926a 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 4
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep movl | count 2
%struct.double_int = type { i64, i64 }
%struct.tree_common = type <{ i8, [3 x i8] }>