diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index e43b2d3961..853f445384 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -282,6 +282,8 @@ public: void EmitStoreThroughPropertyRefLValue(RValue Src, LValue Dst, QualType Ty); // Note: only availabe for agg return types + LValue EmitBinaryOperatorLValue(const BinaryOperator *E); + // Note: only availabe for agg return types LValue EmitCallExprLValue(const CallExpr *E); LValue EmitDeclRefLValue(const DeclRefExpr *E); |