summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr2659.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-22 16:13:57 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-22 16:13:57 +0000
commit6ff1c3f36c53d37097d1e66b58cd8d129d690127 (patch)
treecf98a0b3b4455b94a2b078774a6f443905dfb26c /test/CodeGen/X86/pr2659.ll
parent5cf27f81f49b4516b1e9d269f070c88fa3228f9e (diff)
downloadllvm-6ff1c3f36c53d37097d1e66b58cd8d129d690127.tar.gz
llvm-6ff1c3f36c53d37097d1e66b58cd8d129d690127.tar.bz2
llvm-6ff1c3f36c53d37097d1e66b58cd8d129d690127.tar.xz
Remove the SimpleJoin optimization from SimpleRegisterCoalescing.
Measurements show that it does not speed up coalescing, so there is no reason the keep the added complexity around. Also clean out some unused methods and static functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr2659.ll')
-rw-r--r--test/CodeGen/X86/pr2659.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr2659.ll b/test/CodeGen/X86/pr2659.ll
index 27047dfdfd..e5daf5da9f 100644
--- a/test/CodeGen/X86/pr2659.ll
+++ b/test/CodeGen/X86/pr2659.ll
@@ -17,7 +17,7 @@ forcond.preheader: ; preds = %entry
; CHECK: %forcond.preheader.forbody_crit_edge
; CHECK: movl $1
; CHECK-NOT: xorl
-; CHECK-NEXT: movl $1
+; CHECK-NEXT: movl
ifthen: ; preds = %entry
ret i32 0