summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-10-01 16:41:13 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-10-01 16:41:13 +0000
commit84c287e33cc3f46e7d6868de14809bd5ae4a84b1 (patch)
treead37ce90aefb034b6343822dd390be8a46cbd31c /llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
parent20dde1e8fb1c757eef7b3340f4500729abb6c0fa (diff)
downloadbcm5719-llvm-84c287e33cc3f46e7d6868de14809bd5ae4a84b1.tar.gz
bcm5719-llvm-84c287e33cc3f46e7d6868de14809bd5ae4a84b1.zip
Move TableGen's parser and entry point into a library
This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
Diffstat (limited to 'llvm/utils/TableGen/FixedLenDecoderEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FixedLenDecoderEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
index a3255a06e92..02b966a2143 100644
--- a/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
+++ b/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
@@ -16,7 +16,7 @@
#include "FixedLenDecoderEmitter.h"
#include "CodeGenTarget.h"
-#include "Record.h"
+#include "llvm/TableGen/Record.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
OpenPOWER on IntegriCloud