1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Target/XCore/MCTargetDesc
Rafael Espindola 237980d752 Remove the MachineMove class.
It was just a less powerful and more confusing version of
MCCFIInstruction. A side effect is that, since MCCFIInstruction uses
dwarf register numbers, calls to getDwarfRegNum are pushed out, which
should allow further simplifications.

I left the MachineModuleInfo::addFrameMove interface unchanged since
this patch was already fairly big.

llvm-svn: 181680
2013-05-13 01:16:13 +00:00
..
CMakeLists.txt
LLVMBuild.txt Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission. 2012-12-16 16:20:48 +00:00
Makefile
XCoreMCAsmInfo.cpp Remove unused argument. 2013-05-10 18:16:59 +00:00
XCoreMCAsmInfo.h Remove unused argument. 2013-05-10 18:16:59 +00:00
XCoreMCTargetDesc.cpp Remove the MachineMove class. 2013-05-13 01:16:13 +00:00
XCoreMCTargetDesc.h