summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-02-03 06:30:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-02-03 06:30:58 +0000
commitaf5b92e8f78142ef65359b6d690c4a38384d98c6 (patch)
tree0484351d602f6ce4726f7f0d231c13cd42d4fa91 /clang/lib/CodeGen/CodeGenModule.h
parentede626799301430e6afe26b5638d0875206fd00e (diff)
downloadbcm5719-llvm-af5b92e8f78142ef65359b6d690c4a38384d98c6.tar.gz
bcm5719-llvm-af5b92e8f78142ef65359b6d690c4a38384d98c6.zip
Revert 124768.
This reopens PR99114, but that one at least can be avoided with an #include. PR9130 cannot. llvm-svn: 124780
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 00f88f6f5ae..7652b88fdc2 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -317,8 +317,7 @@ public:
/// non-null, then this function will use the specified type if it has to
/// create it.
llvm::Constant *GetAddrOfFunction(GlobalDecl GD,
- const llvm::Type *Ty = 0,
- bool ForVTable = false);
+ const llvm::Type *Ty = 0);
/// GetAddrOfRTTIDescriptor - Get the address of the RTTI descriptor
/// for the given type.
@@ -542,8 +541,7 @@ private:
llvm::Constant *GetOrCreateLLVMFunction(llvm::StringRef MangledName,
const llvm::Type *Ty,
- GlobalDecl D,
- bool ForVTable);
+ GlobalDecl D);
llvm::Constant *GetOrCreateLLVMGlobal(llvm::StringRef MangledName,
const llvm::PointerType *PTy,
const VarDecl *D,
OpenPOWER on IntegriCloud