[PATCH] D21357: [CrossDSOCFI] Change the pass so that it doesn't require doInitialization()

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 16:01:34 PDT 2016


pcc added a comment.

I think this patch needs to be refreshed.


================
Comment at: lib/Transforms/IPO/CrossDSOCFI.cpp:53
@@ -54,3 +52,3 @@
 
-  bool doInitialization(Module &M) override;
+  //bool doInitialization(Module &M) override;
   bool runOnModule(Module &M) override;
----------------
Remove this line.


http://reviews.llvm.org/D21357





More information about the llvm-commits mailing list