diff options
author | Anders Carlsson <andersca@mac.com> | 2009-11-26 02:49:32 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-11-26 02:49:32 +0000 |
commit | b73a5be8a85f1823c6e63f85dafaca413d6de40c (patch) | |
tree | ca570a94c2124d7ea922fcb12eb80f77d30d88a2 /lib/CodeGen/CGVtable.h | |
parent | 38cc6bca5c172e2888c86fb0bef6883db0692cf6 (diff) |
Move the mangler into the CodeGen namespace. Change mangleThunk to take a ThunkAdjustment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.h')
-rw-r--r-- | lib/CodeGen/CGVtable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/CGVtable.h b/lib/CodeGen/CGVtable.h index af718b3632..1d98bed4b2 100644 --- a/lib/CodeGen/CGVtable.h +++ b/lib/CodeGen/CGVtable.h @@ -17,6 +17,10 @@ #include "llvm/ADT/DenseMap.h" #include "GlobalDecl.h" +namespace llvm { + class Constant; +} + namespace clang { class CXXMethodDecl; class CXXRecordDecl; |