summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-08-26 03:30:14 +0000
committerAnders Carlsson <andersca@mac.com>2009-08-26 03:30:14 +0000
commit458055a890320aa3e83b723d36c08206ec4bcd82 (patch)
treec8853ae07925e6de2c8fca5e78957975c00e9891 /clang/lib/CodeGen/CodeGenFunction.h
parentaef5317eddae9a24e1c5cb21805854ba3e329d49 (diff)
downloadbcm5719-llvm-458055a890320aa3e83b723d36c08206ec4bcd82.tar.gz
bcm5719-llvm-458055a890320aa3e83b723d36c08206ec4bcd82.zip
Revert r80064 since it broke the build.
llvm-svn: 80066
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index e8f0cc5de5b..4fc6c7c773f 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -826,8 +826,6 @@ public:
const Decl *TargetDecl = 0);
RValue EmitCallExpr(const CallExpr *E);
- llvm::Value *BuildVirtualCall(const CXXMethodDecl *MD, llvm::Value *&This,
- const llvm::Type *Ty);
RValue EmitCXXMemberCall(const CXXMethodDecl *MD,
llvm::Value *Callee,
llvm::Value *This,
OpenPOWER on IntegriCloud