aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-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);