[PATCH] D23559: [ADCE] Add control dependence computation

Nadav Rotem via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 09:36:41 PDT 2016


nadav added inline comments.

================
Comment at: lib/Transforms/Scalar/ADCE.cpp:262
@@ +261,3 @@
+    if (Worklist.empty()) {
+      // temporary until we can actually delete branches
+      SmallVector<TerminatorInst *, 16> DeadTerminators;
----------------
Comments start with a capital letter. End with a period. 


https://reviews.llvm.org/D23559





More information about the llvm-commits mailing list