fix formatting.
llvm-svn: 182946
This commit is contained in:
@@ -200,7 +200,7 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
|
||||
// function's lexical scope.
|
||||
if (CGDebugInfo *DI = getDebugInfo()) {
|
||||
if (OnlySimpleReturnStmts)
|
||||
DI->EmitLocation(Builder, LastStopPoint);
|
||||
DI->EmitLocation(Builder, LastStopPoint);
|
||||
else
|
||||
DI->EmitLocation(Builder, EndLoc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user