From bc153d49b73d493b1fe28cfac108f2d69ba56cee Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 14 Jul 2011 20:59:42 +0000 Subject: Next round of MC refactoring. This patch factor MC table instantiations, MC registeration and creation code into XXXMCDesc libraries. llvm-svn: 135184 --- llvm/lib/Target/XCore/XCoreRegisterInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/XCore/XCoreRegisterInfo.cpp') diff --git a/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp b/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp index 0aa7d5fb3e9..357a4a08358 100644 --- a/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp +++ b/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp @@ -33,7 +33,6 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" -#define GET_REGINFO_MC_DESC #define GET_REGINFO_TARGET_DESC #include "XCoreGenRegisterInfo.inc" -- cgit v1.2.3