From 9f7ae2c9484431ad9caa4357b5109f90c166edd0 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sun, 25 Jan 2015 01:25:37 +0000 Subject: DebugInfo: Attribute calls to overloaded operators with the operator, not the start of the whole expression llvm-svn: 227028 --- clang/lib/CodeGen/CGExpr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/CodeGen/CGExpr.cpp') diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index 3a45d77e2c2..568f949c342 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -3060,8 +3060,6 @@ RValue CodeGenFunction::EmitRValueForField(LValue LV, RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue) { - ApplyDebugLocation DL(*this, E); - // Builtins never have block type. if (E->getCallee()->getType()->isBlockPointerType()) return EmitBlockCallExpr(E, ReturnValue); -- cgit v1.2.3