diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-21 03:36:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-21 03:36:54 +0000 |
commit | 099e198ae84c1a6cfe2a7c79ee9f47fa67caac8f (patch) | |
tree | 8de47c36016cb9a098f87d7e74b19b3ed13533db /utils/TableGen/TGLexer.cpp | |
parent | e372333597fa2b59469182c5aa8d2296fdbf2847 (diff) |
move TGSourceMgr class out of TableGen into libsupport.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGLexer.cpp')
-rw-r--r-- | utils/TableGen/TGLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TGLexer.cpp b/utils/TableGen/TGLexer.cpp index 758d499a8b..1941a599e8 100644 --- a/utils/TableGen/TGLexer.cpp +++ b/utils/TableGen/TGLexer.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #include "TGLexer.h" -#include "TGSourceMgr.h" +#include "llvm/Support/SourceMgr.h" #include "llvm/Support/Streams.h" #include "llvm/Support/MemoryBuffer.h" #include <ostream> |