diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-08 17:43:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-08 17:43:05 +0000 |
commit | d4f0802277d0842a90b659af960185832ef184d5 (patch) | |
tree | 5ea8f555137c4565426175ca01206db0854defc0 /CodeGen/CodeGenFunction.h | |
parent | 6a9f3e3dbc0ed9e883c475af342c0d1347469f55 (diff) |
now that implicit conversions are explicit, we can eliminate
EmitExprWithUsualUnaryConversions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 0cc5f0ddbe..10c6981a26 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -339,10 +339,8 @@ public: // Expression Emission //===--------------------------------------------------------------------===// - RValue EmitExprWithUsualUnaryConversions(const Expr *E, QualType &ResTy); QualType EmitUsualArithmeticConversions(const BinaryOperator *E, RValue &LHS, RValue &RHS); - void EmitShiftOperands(const BinaryOperator *E, RValue &LHS, RValue &RHS); void EmitCompoundAssignmentOperands(const CompoundAssignOperator *CAO, LValue &LHSLV, RValue &LHS, RValue &RHS); |