[PATCH] D19782: [IPO/GlobalDCE] Convert the pass to use static functions.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 10:46:29 PDT 2016


joker.eph added inline comments.

================
Comment at: include/llvm/Transforms/IPO/GlobalDCE.h:44
@@ +43,3 @@
+  bool RemoveUnusedGlobalValue(GlobalValue &GV);
+};
+
----------------
Can we split what is the "pass" and what is the actual utility? 


http://reviews.llvm.org/D19782





More information about the llvm-commits mailing list