[PATCH] D19987: Allow the LTO code generator to drop malformed debug info from the input

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 12:59:38 PDT 2016


aprantl added inline comments.

================
Comment at: lib/IR/Verifier.cpp:4440
@@ -4435,3 +4439,3 @@
   static char ID;
 
   Verifier V;
----------------
joker.eph wrote:
> I know, but I doubt this is in line with the usual practices / dev guide.
Is your suggestion to
- rename the function argument to match the member,
- just rename the comment,
- rename the function argument to something distinct from the member but starting with an uppercase letter
?


http://reviews.llvm.org/D19987





More information about the llvm-commits mailing list