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