[PATCH] D27782: [codegen] Add generic functions to skip debug values.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 15:44:52 PST 2016


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Small formatting nit, but otherwise this looks much better!



================
Comment at: include/llvm/CodeGen/MachineBasicBlock.h:809
+/// Increment \p It until it points to a non-debug instruction or to \p End.
+/// @param It Iterator to increment
+/// @param End Iterator that points to end. Will be compared to It
----------------
Nitpick: we use \param instead of @param


https://reviews.llvm.org/D27782





More information about the llvm-commits mailing list