commit | 22fee2dff4c43b551aefa44a96ca74fcade6bfac | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Jun 28 20:07:07 2011 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Jun 28 20:07:07 2011 +0000 |
tree | 7542d1f709659ef4c6f0a81239a9298c8a82afae | |
parent | e837dead3c8dc3445ef6a0e2322179c57e264a13 [diff] [blame] |
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134024 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsInstrInfo.cpp b/lib/Target/Mips/MipsInstrInfo.cpp index df5a089..a56c68b 100644 --- a/lib/Target/Mips/MipsInstrInfo.cpp +++ b/lib/Target/Mips/MipsInstrInfo.cpp
@@ -18,6 +18,8 @@ #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/Support/ErrorHandling.h" + +#define GET_INSTRINFO_MC_DESC #include "MipsGenInstrInfo.inc" using namespace llvm;