[PATCH] D40885: [NFC] Refactor SafepointIRVerifier

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 9 01:00:48 PST 2017


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

LGTM



================
Comment at: lib/IR/SafepointIRVerifier.cpp:490
 
-  bool AnyInvalidUses = false;
+  DEBUG(dbgs() << "Transfered block " << BB->getName() << " from ";
+        PrintValueSet(dbgs(), AvailableIn.begin(), AvailableIn.end());
----------------
Should be "transferred", but since it was in the ogirinal code, I'm OK if you fix it in follow-up NFC.


https://reviews.llvm.org/D40885





More information about the llvm-commits mailing list