diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 704de35..696c8f5 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -137,7 +137,7 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {      DI->EmitRegionEnd(CurFn, Builder);    } -  EmitFunctionEpilog(*CurFnInfo, ReturnValue); +  EmitFunctionEpilog(*CurFnInfo);    EmitEndEHSpec(CurCodeDecl);    // If someone did an indirect goto, emit the indirect goto block at the end of  | 
