diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-07 08:58:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-07 08:58:51 +0000 |
commit | c7229c338c21ef26b01ef3ecf9eec4fd373fa9ec (patch) | |
tree | e45a8d2d3d4bfc74cd6e39d4126ab03942ed7a46 /CodeGen/CGExpr.cpp | |
parent | dbf388b54bb1688ee4470c61235494cbc34b8f3c (diff) |
move IdentifierTable.h from liblex to libbasic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CGExpr.cpp')
-rw-r--r-- | CodeGen/CGExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CodeGen/CGExpr.cpp b/CodeGen/CGExpr.cpp index d896c95097..7fbd1f17aa 100644 --- a/CodeGen/CGExpr.cpp +++ b/CodeGen/CGExpr.cpp @@ -14,7 +14,6 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" #include "clang/AST/AST.h" -#include "clang/Lex/IdentifierTable.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/Function.h" |