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 | fe8a9939f9f8a522e6b807987ce73d529c998504 (patch) | |
| tree | c72d0d5aa172d84d120e371fa951351eb9eaec30 /clang/lib/CodeGen/CodeGenModule.h | |
| parent | ced8836182ba021f95ee58cbf4c0470681eaa9e7 (diff) | |
| download | bcm5719-llvm-fe8a9939f9f8a522e6b807987ce73d529c998504.tar.gz bcm5719-llvm-fe8a9939f9f8a522e6b807987ce73d529c998504.zip | |
Simplify thunks code.
llvm-svn: 124983
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 7b6e12358d1..1ed56d5b924 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/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); |

