aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-14 23:50:27 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-14 23:50:27 +0000
commitb5378ea12e2171e6150df57c6ddc1039c4c48d3f (patch)
treea36172f756a1575f505e24c5721a197e46c8880f /lib/Target/X86/X86ISelLowering.h
parent4bb327d03f6fc91fe6e0c08e3b2452edcd88eefd (diff)
downloadexternal_llvm-b5378ea12e2171e6150df57c6ddc1039c4c48d3f.zip
external_llvm-b5378ea12e2171e6150df57c6ddc1039c4c48d3f.tar.gz
external_llvm-b5378ea12e2171e6150df57c6ddc1039c4c48d3f.tar.bz2
Use TargetOpcode::COPY instead of X86-native register copy instructions when
lowering atomics. This will allow those copies to still be coalesced after TII::isMoveInstr is removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 2d28e5c..4e4daa4 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -764,7 +764,6 @@ namespace llvm {
unsigned immOpc,
unsigned loadOpc,
unsigned cxchgOpc,
- unsigned copyOpc,
unsigned notOpc,
unsigned EAXreg,
TargetRegisterClass *RC,