From b7d1e1ff57bfebe306bd54368a2b62a9a0e168b3 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 2 Feb 2013 00:39:32 +0000 Subject: Revert r174246, accidentally committed. This reverts commit 1513eb9284c23acfd19cf742b95996fbb11ca741. llvm-svn: 174249 --- clang/lib/CodeGen/CodeGenFunction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp') 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); -- cgit v1.1