summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-03 03:47:56 +0000
committerMike Stump <mrs@apple.com>2009-12-03 03:47:56 +0000
commite2d4a2c3a8a6869e088e9ad226bedf6a269b238b (patch)
tree14e2127e8b2a4b3e7e6eb61b94d1a2fc46a56c29 /clang/lib/CodeGen/CodeGenFunction.h
parent0b6e2600667c5869ab703a6e77a2afb98667a74d (diff)
downloadbcm5719-llvm-e2d4a2c3a8a6869e088e9ad226bedf6a269b238b.tar.gz
bcm5719-llvm-e2d4a2c3a8a6869e088e9ad226bedf6a269b238b.zip
Add support for thunking dtors. Oh why does this make my head hurt?
llvm-svn: 90409
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index a7d28e544ea..43c968bb133 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -452,11 +452,11 @@ public:
const ThunkAdjustment &Adjustment);
/// GenerateThunk - Generate a thunk for the given method
- llvm::Constant *GenerateThunk(llvm::Function *Fn, const CXXMethodDecl *MD,
+ llvm::Constant *GenerateThunk(llvm::Function *Fn, const GlobalDecl &GD,
bool Extern,
const ThunkAdjustment &ThisAdjustment);
llvm::Constant *
- GenerateCovariantThunk(llvm::Function *Fn, const CXXMethodDecl *MD,
+ GenerateCovariantThunk(llvm::Function *Fn, const GlobalDecl &GD,
bool Extern,
const CovariantThunkAdjustment &Adjustment);
OpenPOWER on IntegriCloud