aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-02-02 00:39:32 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-02-02 00:39:32 +0000
commitb7d1e1ff57bfebe306bd54368a2b62a9a0e168b3 (patch)
tree3abe1dbef5cad46f91a4d85815d2e9ec8fa6b217 /clang/lib/CodeGen/CodeGenFunction.cpp
parentcbf40d22bf98fb0d30b2c6a9e8a69aa601de2a1a (diff)
downloadllvm-b7d1e1ff57bfebe306bd54368a2b62a9a0e168b3.zip
llvm-b7d1e1ff57bfebe306bd54368a2b62a9a0e168b3.tar.gz
llvm-b7d1e1ff57bfebe306bd54368a2b62a9a0e168b3.tar.bz2
Revert r174246, accidentally committed.
This reverts commit 1513eb9284c23acfd19cf742b95996fbb11ca741. llvm-svn: 174249
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 50e52c6..ec139df 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -191,7 +191,6 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
// Emit debug descriptor for function end.
if (CGDebugInfo *DI = getDebugInfo()) {
DI->EmitFunctionEnd(Builder);
- DI->setLocation(EndLoc);
}
EmitFunctionEpilog(*CurFnInfo);