From ece7ebd2f2d03dc58fa1937a6d53e2a9f8c410f1 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 30 May 2013 18:12:20 +0000 Subject: [PATCH] fix formatting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182946 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 0986ae7d6a..c2f9c7f9a9 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -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); } -- 2.50.1