Fix broken build
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
index b07abe4461894f4266e742f15ef3fc3c7f696057..d02914cf37f3e3d5c1ffae9b91b977b0438b7546 100644 (file)
 #include "llvm/Target/TargetMachine.h"
 #include <cstdlib>
 
+using namespace llvm;
+
+#define DEBUG_TYPE "ppc-subtarget"
+
 #define GET_SUBTARGETINFO_TARGET_DESC
 #define GET_SUBTARGETINFO_CTOR
 #include "PPCGenSubtargetInfo.inc"
 
-using namespace llvm;
-
 PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
                            const std::string &FS, bool is64Bit,
                            CodeGenOpt::Level OptLevel)