Make DataLayout Non-Optional in the Module
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCAliasAnalysis.h
index 3fcea4e9b86db7e86cdbe7b711c11c78e090b916..3c5a021de2670a9d1c7119c1253bf3e9f0c3949f 100644 (file)
@@ -44,9 +44,7 @@ namespace objcarc {
     }
 
   private:
-    void initializePass() override {
-      InitializeAliasAnalysis(this);
-    }
+    bool doInitialization(Module &M) override;
 
     /// This method is used when a pass implements an analysis interface through
     /// multiple inheritance.  If needed, it should override this to adjust the