diff options
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index 5202085a6d..1af8c79458 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -328,13 +328,8 @@ public: RValue EmitCompoundAssignmentResult(const CompoundAssignOperator *E, LValue LHSLV, RValue ResV); - /// EmitAnyExpr - Emit an expression of any type: scalar, complex, aggregate, - /// returning an rvalue corresponding to it. If NeedResult is false, the - /// result of the expression doesn't need to be generated into memory. - RValue EmitAnyExpr(const Expr *E, bool NeedResult = true); - RValue EmitCallExpr(const CallExpr *E); - RValue EmitBuiltinExpr(unsigned builtinID, const CallExpr *E); + RValue EmitBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitObjCStringLiteral(const ObjCStringLiteral *E); |