diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-05-30 18:12:20 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-05-30 18:12:20 +0000 |
commit | 4bb41e91dbfb226ec67fb8ea15e539ed0a597c3f (patch) | |
tree | 49fcd269b1b4443b056e4d37b67f2079d4173b8e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 0c622ea8d3ac2ee95e6c52299d7f1f90980b75c4 (diff) | |
download | bcm5719-llvm-4bb41e91dbfb226ec67fb8ea15e539ed0a597c3f.tar.gz bcm5719-llvm-4bb41e91dbfb226ec67fb8ea15e539ed0a597c3f.zip |
fix formatting.
llvm-svn: 182946
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 0986ae7d6a8..c2f9c7f9a93 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/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); } |