diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:37:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 23:37:35 +0000 |
commit | 0921e3bfc14b98f8d899ac9421c2b152c4d55a3e (patch) | |
tree | cc8d58e664a021d7ff6b003c511d73330d08a0bd /llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp | |
parent | 09cd9e76612fe11f1b1e8c5187f4fb5bcbebcf41 (diff) | |
download | bcm5719-llvm-0921e3bfc14b98f8d899ac9421c2b152c4d55a3e.tar.gz bcm5719-llvm-0921e3bfc14b98f8d899ac9421c2b152c4d55a3e.zip |
Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td
llvm-svn: 23738
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp index 2af10993554..d4910dc377d 100644 --- a/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPC32InstrInfo.cpp @@ -12,14 +12,14 @@ //===----------------------------------------------------------------------===// #include "PPC32InstrInfo.h" -#include "PPC32GenInstrInfo.inc" +#include "PPCGenInstrInfo.inc" #include "PowerPC.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include <iostream> using namespace llvm; PPC32InstrInfo::PPC32InstrInfo() - : TargetInstrInfo(PPC32Insts, sizeof(PPC32Insts)/sizeof(PPC32Insts[0])) {} + : TargetInstrInfo(PPCInsts, sizeof(PPCInsts)/sizeof(PPCInsts[0])) {} bool PPC32InstrInfo::isMoveInstr(const MachineInstr& MI, unsigned& sourceReg, |