Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
index e5e7cea1200f407ce18864fbbcb76d560920f85f..782b89ede2e7d6697324c4e72a9c5c6606eb7278 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "CodeGenTarget.h"
 #include "IntrinsicEmitter.h"
 
 #include "CodeGenTarget.h"
 #include "IntrinsicEmitter.h"
-#include "Record.h"
 #include "StringMatcher.h"
 #include "StringMatcher.h"
+#include "llvm/TableGen/Record.h"
 #include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 using namespace llvm;
 #include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 using namespace llvm;