diff options
Diffstat (limited to 'clang/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/CodeGen/CodeGenFunction.h b/clang/CodeGen/CodeGenFunction.h index 10c6981a26d..5cebb53074a 100644 --- a/clang/CodeGen/CodeGenFunction.h +++ b/clang/CodeGen/CodeGenFunction.h @@ -339,9 +339,6 @@ public: // Expression Emission //===--------------------------------------------------------------------===// - QualType EmitUsualArithmeticConversions(const BinaryOperator *E, - RValue &LHS, RValue &RHS); - void EmitCompoundAssignmentOperands(const CompoundAssignOperator *CAO, LValue &LHSLV, RValue &LHS, RValue &RHS); RValue EmitCompoundAssignmentResult(const CompoundAssignOperator *E, |