aboutsummaryrefslogtreecommitdiff
path: root/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-26 23:01:23 +0000
committerChris Lattner <sabre@nondot.org>2007-08-26 23:01:23 +0000
commit0e7d53c3fb7b7571dfa8bfa9e4302fd423e13f04 (patch)
tree210780ccb50798a7489745e2aa2f156b17c3016c /CodeGen
parent1e4d21ea5849637c49fd4222b09c4b5dedff7765 (diff)
remove dead protos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen')
-rw-r--r--CodeGen/CodeGenFunction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h
index 1af8c79458..f9632ddf6e 100644
--- a/CodeGen/CodeGenFunction.h
+++ b/CodeGen/CodeGenFunction.h
@@ -323,11 +323,6 @@ public:
// Scalar Expression Emission
//===--------------------------------------------------------------------===//
- void EmitCompoundAssignmentOperands(const CompoundAssignOperator *CAO,
- LValue &LHSLV, RValue &LHS, RValue &RHS);
- RValue EmitCompoundAssignmentResult(const CompoundAssignOperator *E,
- LValue LHSLV, RValue ResV);
-
RValue EmitCallExpr(const CallExpr *E);
RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E);