aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-05 07:20:32 +0000
committerMike Stump <mrs@apple.com>2009-09-05 07:20:32 +0000
commit77ca8f6c5e666ef873066b580bf1b7fabd41d4f5 (patch)
tree5d9c95a692f43dc75ac61effc68a4f81b8cf6acf /lib/CodeGen/CodeGenFunction.h
parentaeba28405dde0a7a0d0c49c1897e3b1ce0139f41 (diff)
Install thunks later to fixup overrides. Track space taken by vbase
offsets better for thunk refinements. Cleanups. WIP. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 312ab7576a..d7f9ec2812 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -366,8 +366,7 @@ public:
/// GenerateThunk - Generate a thunk for the given method
llvm::Constant *GenerateThunk(llvm::Function *Fn, const CXXMethodDecl *MD,
- bool Extern, bool Virtual, int64_t nv,
- int64_t v);
+ bool Extern, int64_t nv, int64_t v);
void EmitCtorPrologue(const CXXConstructorDecl *CD);