summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVtable.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-11-26 02:49:32 +0000
committerAnders Carlsson <andersca@mac.com>2009-11-26 02:49:32 +0000
commitabe274a8b06650e486c0f3e197ea1d0fbcb651e6 (patch)
treefb52bf7f20c565db1cf43b4f7c31a2e6f35a2f5b /clang/lib/CodeGen/CGVtable.h
parentf89dcdaf19ce889e469bf1eddd8ae198ee1f19a9 (diff)
downloadbcm5719-llvm-abe274a8b06650e486c0f3e197ea1d0fbcb651e6.tar.gz
bcm5719-llvm-abe274a8b06650e486c0f3e197ea1d0fbcb651e6.zip
Move the mangler into the CodeGen namespace. Change mangleThunk to take a ThunkAdjustment.
llvm-svn: 89930
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.h')
-rw-r--r--clang/lib/CodeGen/CGVtable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGVtable.h b/clang/lib/CodeGen/CGVtable.h
index af718b36328..1d98bed4b2a 100644
--- a/clang/lib/CodeGen/CGVtable.h
+++ b/clang/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;
OpenPOWER on IntegriCloud