[Modules] Make Support/Debug.h modular. This requires it to not change
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
index 54393706052d07b1d9606910e9d4edc5a1ae6f35..77f92ff6140097507a71281fc813765ea90f13dc 100644 (file)
 #include <sstream>
 using namespace llvm;
 
+#define DEBUG_TYPE "asm-matcher-emitter"
+
 static cl::opt<std::string>
 MatchPrefix("match-prefix", cl::init(""),
             cl::desc("Only match instructions with the given prefix"));