summaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-05-02 17:32:48 +0000
committerDouglas Gregor <dgregor@apple.com>2012-05-02 17:32:48 +0000
commitf657da2e4896732f306a9e62261418112e7337ce (patch)
treef725d5ee21bbb226c436094c3af4df7bc3679ff5 /utils/TableGen/IntrinsicEmitter.cpp
parent8ed9951c3a2c19d8374946c83f51c1b018b8897f (diff)
downloadllvm-f657da2e4896732f306a9e62261418112e7337ce.tar.gz
llvm-f657da2e4896732f306a9e62261418112e7337ce.tar.bz2
llvm-f657da2e4896732f306a9e62261418112e7337ce.tar.xz
Move llvm-tblgen's StringMatcher into the TableGen library so it can
be used by clang-tblgen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/IntrinsicEmitter.cpp')
-rw-r--r--utils/TableGen/IntrinsicEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp
index 8e1bae8c1f..05ba5d2490 100644
--- a/utils/TableGen/IntrinsicEmitter.cpp
+++ b/utils/TableGen/IntrinsicEmitter.cpp
@@ -13,8 +13,8 @@
#include "CodeGenTarget.h"
#include "IntrinsicEmitter.h"
-#include "StringMatcher.h"
#include "llvm/TableGen/Record.h"
+#include "llvm/TableGen/StringMatcher.h"
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
using namespace llvm;