Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.cpp
index 81551a7cfeb38c578cdd7ac1206a8222391dc0f1..c5a152665b0695575d8998e48a6744ce1986f480 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "CodeEmitterGen.h"
 #include "CodeGenTarget.h"
-#include "Record.h"
+#include "llvm/TableGen/Record.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"