diff options
author | Anders Carlsson <andersca@mac.com> | 2011-02-06 17:15:43 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2011-02-06 17:15:43 +0000 |
commit | 84c49e4e4baeb4c30251fd72220efb344b033cf0 (patch) | |
tree | 5991d2c8086f1b39831f509bb6cbcb2a2f87689e /lib/CodeGen/CodeGenModule.h | |
parent | aadd04cb721de669ba4bb3e228b386e9e10578c4 (diff) |
Simplify thunks code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 7b6e12358d..1ed56d5b92 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -325,8 +325,7 @@ public: llvm::Constant *GetAddrOfRTTIDescriptor(QualType Ty, bool ForEH = false); /// GetAddrOfThunk - Get the address of the thunk for the given global decl. - llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk, - bool ForVTable); + llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk); /// GetWeakRefReference - Get a reference to the target of VD. llvm::Constant *GetWeakRefReference(const ValueDecl *VD); |