aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-31 18:25:34 +0000
committerMike Stump <mrs@apple.com>2009-07-31 18:25:34 +0000
commitf121677b6bbbf4e4a51ee7a1120b77adf187bad4 (patch)
tree152d7af9683edcc44068f0817ca9b5fceb7dc171 /lib/CodeGen/CodeGenModule.h
parent29852b68b677bfcbcb51fb2b3b7b756665376b4f (diff)
Add code to setup the vtable pointer in the constructor. Work in progress.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index 46caaaf3c1..c7437d18ef 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -373,7 +373,7 @@ public:
CXXDtorType Type);
void EmitTentativeDefinition(const VarDecl *D);
-
+
enum GVALinkage {
GVA_Internal,
GVA_C99Inline,