| Index: lib/CodeGen/CodeGenFunction.h
|
| diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
|
| index ff74c15c38c3a59af7a5d66efdcb7b2deee75ec3..08e60c43ce20b0d46205fa7243352f9544ade361 100644
|
| --- a/lib/CodeGen/CodeGenFunction.h
|
| +++ b/lib/CodeGen/CodeGenFunction.h
|
| @@ -2708,7 +2708,7 @@ public:
|
| }
|
| void enterNonTrivialFullExpression(const ExprWithCleanups *E);
|
|
|
| - void EmitCXXThrowExpr(const CXXThrowExpr *E, bool KeepInsertionPoint = true);
|
| + void EmitCXXThrowExpr(const CXXThrowExpr *E);
|
|
|
| void EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Dest);
|
|
|
|
|