[PATCH] D43929: [RewriteStatepoints] Fix stale parse points
Hiroshi Inoue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 4 20:07:05 PST 2018
inouehrs added inline comments.
================
Comment at: test/Transforms/RewriteStatepointsForGC/unreachable-regression.ll:6
+; After the rewritable callsite collection if any callsite was found
+; in a block that was reported unreachanble by DominanceTree then
+; removeUnreachableBlocks() was called. But it is stronger than
----------------
Minor typo: unreachanble -> unreachable
https://reviews.llvm.org/D43929
More information about the llvm-commits
mailing list