From 78e6e009223a38739797629ca2d217acf86dda93 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 16 Jul 2010 22:35:46 +0000 Subject: [PATCH] Remove the isMoveInstr() hook. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108567 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMBackend.html | 3 - include/llvm/Target/TargetInstrInfo.h | 9 -- lib/Target/ARM/ARMBaseInstrInfo.cpp | 42 ------- lib/Target/ARM/ARMBaseInstrInfo.h | 6 - lib/Target/Alpha/AlphaInstrInfo.cpp | 26 ---- lib/Target/Alpha/AlphaInstrInfo.h | 6 - lib/Target/Blackfin/BlackfinInstrInfo.cpp | 28 ----- lib/Target/Blackfin/BlackfinInstrInfo.h | 4 - lib/Target/CellSPU/SPUInstrInfo.cpp | 142 ---------------------- lib/Target/CellSPU/SPUInstrInfo.h | 6 - lib/Target/MBlaze/MBlazeInstrInfo.cpp | 35 ------ lib/Target/MBlaze/MBlazeInstrInfo.h | 6 - lib/Target/MSP430/MSP430InstrInfo.cpp | 21 ---- lib/Target/MSP430/MSP430InstrInfo.h | 4 - lib/Target/Mips/MipsInstrInfo.cpp | 47 ------- lib/Target/Mips/MipsInstrInfo.h | 6 - lib/Target/PIC16/PIC16InstrInfo.cpp | 15 --- lib/Target/PIC16/PIC16InstrInfo.h | 4 - lib/Target/PowerPC/PPCInstrInfo.cpp | 61 ---------- lib/Target/PowerPC/PPCInstrInfo.h | 6 - lib/Target/Sparc/SparcInstrInfo.cpp | 40 ------ lib/Target/Sparc/SparcInstrInfo.h | 6 - lib/Target/SystemZ/SystemZInstrInfo.cpp | 25 ---- lib/Target/SystemZ/SystemZInstrInfo.h | 3 - lib/Target/X86/X86InstrInfo.cpp | 40 ------ lib/Target/X86/X86InstrInfo.h | 6 - lib/Target/XCore/XCoreInstrInfo.cpp | 27 ---- lib/Target/XCore/XCoreInstrInfo.h | 6 - 28 files changed, 630 deletions(-) diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 077dea0ed62..3301b017b1f 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -1299,9 +1299,6 @@ implementation in SparcInstrInfo.cpp: