commit | 1513eb9284c23acfd19cf742b95996fbb11ca741 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Sat Feb 02 00:34:16 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Sat Feb 02 00:34:16 2013 +0000 |
tree | 7840b8d0b6fe4486d7ad87cc80903912350c3440 | |
parent | 453cb859a3c8dcafe79ae840dfc35ff8eae1b4b3 [diff] [blame] |
Basics git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 729cdba..119b90a 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp
@@ -191,6 +191,7 @@ // Emit debug descriptor for function end. if (CGDebugInfo *DI = getDebugInfo()) { DI->EmitFunctionEnd(Builder); + DI->setLocation(EndLoc); } EmitFunctionEpilog(*CurFnInfo);