From 1e210d08d8a0244f4e3858f8bc4d0d9a345f6e5b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 28 Jun 2011 20:07:07 +0000 Subject: Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc llvm-svn: 134024 --- llvm/lib/Target/Mips/Mips.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/Mips/Mips.h') diff --git a/llvm/lib/Target/Mips/Mips.h b/llvm/lib/Target/Mips/Mips.h index d296b36e658..738b48c7fbc 100644 --- a/llvm/lib/Target/Mips/Mips.h +++ b/llvm/lib/Target/Mips/Mips.h @@ -39,6 +39,7 @@ namespace llvm { #include "MipsGenRegisterInfo.inc" // Defines symbolic names for the Mips instructions. -#include "MipsGenInstrNames.inc" +#define GET_INSTRINFO_ENUM +#include "MipsGenInstrInfo.inc" #endif -- cgit v1.2.3