[PATCH] D35391: [Dominators] Teach LoopDeletion to use the new incremental API

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 10:41:18 PDT 2017


grosser added a comment.

Amazing. Now this reads really nice.



================
Comment at: unittests/IR/DominatorTreeTest.cpp:538
+
+  // It is possible to perform a multiple deletions and
+  // inform the DominatorTree about them of them at the same time, if the all of
----------------
grosser wrote:
> Remove "a"
Still an "a" too much.


https://reviews.llvm.org/D35391





More information about the llvm-commits mailing list