[PATCH] D14181: Update the discriminator assignment algorithm.

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 14:12:59 PDT 2015


dnovillo added inline comments.

================
Comment at: lib/Transforms/Utils/AddDiscriminators.cpp:223
@@ +222,3 @@
+                         << CurrentDIL->getColumn() << ":"
+                         << NewDIL->getDiscriminator() << *I1 << "\n");
+          }
----------------
I don't understand this.  You are not using newDebugLoc anymore. Can you show me examples of what you are fixing?  The test case is not very clear.  Thanks.


http://reviews.llvm.org/D14181





More information about the llvm-commits mailing list