summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-06-17 13:10:38 +0000
committerJames Molloy <james.molloy@arm.com>2014-06-17 13:10:38 +0000
commit3b2a2563322161a609fd6672af2d879c6bd65e8d (patch)
tree73e63efb5fa32aa903ce2664e50a33292ea7ff32 /utils/TableGen/TableGen.cpp
parentfc6e0300471314735331e8c9afcecc04f7d72e96 (diff)
downloadllvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.gz
llvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.bz2
llvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.xz
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGen.cpp')
-rw-r--r--utils/TableGen/TableGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 00c3a6fd91..bbd61f5fb1 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/utils/TableGen/TableGen.cpp
@@ -12,13 +12,13 @@
//===----------------------------------------------------------------------===//
#include "TableGenBackends.h" // Declares all backends.
-#include "SetTheory.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Main.h"
#include "llvm/TableGen/Record.h"
+#include "llvm/TableGen/SetTheory.h"
using namespace llvm;