diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-01-25 01:25:37 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-01-25 01:25:37 +0000 |
commit | 9f7ae2c9484431ad9caa4357b5109f90c166edd0 (patch) | |
tree | fa18d0810dce019769b5f11f93d1e22bb1217af1 /clang/lib/CodeGen/CGExpr.cpp | |
parent | 9b47966615cf71b296538ec9b4333b498ea695b7 (diff) | |
download | bcm5719-llvm-9f7ae2c9484431ad9caa4357b5109f90c166edd0.tar.gz bcm5719-llvm-9f7ae2c9484431ad9caa4357b5109f90c166edd0.zip |
DebugInfo: Attribute calls to overloaded operators with the operator, not the start of the whole expression
llvm-svn: 227028
Diffstat (limited to 'clang/lib/CodeGen/CGExpr.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExpr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |