diff options
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index af8d80bbb2..a597f43268 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -265,7 +265,7 @@ public: //===--------------------------------------------------------------------===// void EmitStmt(const Stmt *S); - void EmitCompoundStmt(const CompoundStmt &S); + RValue EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false); void EmitLabelStmt(const LabelStmt &S); void EmitGotoStmt(const GotoStmt &S); void EmitIfStmt(const IfStmt &S); |