summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-21 05:06:04 +0000
committerChris Lattner <sabre@nondot.org>2009-06-21 05:06:04 +0000
commit7ee5d5f97b3fa709038ff7fd640dc775efaadc26 (patch)
tree94ad4c8268c7b77b3b828c9cc0f0c868930c20aa /utils/TableGen/TGParser.h
parent8070ea3f068980d08cc10381f4c9369d19a91353 (diff)
downloadllvm-7ee5d5f97b3fa709038ff7fd640dc775efaadc26.tar.gz
llvm-7ee5d5f97b3fa709038ff7fd640dc775efaadc26.tar.bz2
llvm-7ee5d5f97b3fa709038ff7fd640dc775efaadc26.tar.xz
move include searching logic from TGLexer to SourceMgr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGParser.h')
-rw-r--r--utils/TableGen/TGParser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/TGParser.h b/utils/TableGen/TGParser.h
index d06e9585cb..9f4b634606 100644
--- a/utils/TableGen/TGParser.h
+++ b/utils/TableGen/TGParser.h
@@ -49,8 +49,6 @@ class TGParser {
public:
TGParser(SourceMgr &SrcMgr) : Lex(SrcMgr), CurMultiClass(0) {}
- void setIncludeDirs(const std::vector<std::string> &D){Lex.setIncludeDirs(D);}
-
/// ParseFile - Main entrypoint for parsing a tblgen file. These parser
/// routines return true on error, or false on success.
bool ParseFile();