]> granicus.if.org Git - clang/commitdiff
DebugInfo: Remove outdated comment. Column info is no longer needed to differentiate...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 23 Jan 2015 22:48:27 +0000 (22:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 23 Jan 2015 22:48:27 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226955 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExpr.cpp

index 5c38bc01718d3ce0bdbe8c3e5cc4cff2824234b5..3354d3da415a25df93f2175966241cea8d46fa09 100644 (file)
@@ -3059,12 +3059,6 @@ RValue CodeGenFunction::EmitRValueForField(LValue LV,
 
 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E,
                                      ReturnValueSlot ReturnValue) {
-  // Force column info to be generated so we can differentiate
-  // multiple call sites on the same line in the debug info.
-  // FIXME: This is insufficient. Two calls coming from the same macro
-  // expansion will still get the same line/column and break debug info. It's
-  // possible that LLVM can be fixed to not rely on this uniqueness, at which
-  // point this workaround can be removed.
   ApplyDebugLocation DL(*this, E->getLocStart());
 
   // Builtins never have block type.