[PATCH] D14464: Add discriminators for call instructions that are from the same line and same basic block.

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 14:37:52 PST 2015


probinson added a subscriber: probinson.
probinson added a comment.

Wouldn't you distinguish these by column number?  Discriminator is intended to be for paths that can't be distinguished solely by source location.


http://reviews.llvm.org/D14464





More information about the llvm-commits mailing list