commit | 4bb41e91dbfb226ec67fb8ea15e539ed0a597c3f | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Thu May 30 18:12:20 2013 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Thu May 30 18:12:20 2013 +0000 |
tree | 49fcd269b1b4443b056e4d37b67f2079d4173b8e | |
parent | 0c622ea8d3ac2ee95e6c52299d7f1f90980b75c4 [diff] [blame] |
fix formatting. llvm-svn: 182946
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 0986ae7..c2f9c7f 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -200,7 +200,7 @@ // function's lexical scope. if (CGDebugInfo *DI = getDebugInfo()) { if (OnlySimpleReturnStmts) - DI->EmitLocation(Builder, LastStopPoint); + DI->EmitLocation(Builder, LastStopPoint); else DI->EmitLocation(Builder, EndLoc); }