Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / IPO / PartialInlining.cpp
index eba7b3ae4d135638c99023f537c9f5537a7a5565..e4a8fc58c2e69d98d15fb29007b13624f858ba5b 100644 (file)
@@ -30,7 +30,7 @@ namespace {
   struct PartialInliner : public ModulePass {
     virtual void getAnalysisUsage(AnalysisUsage &AU) const { }
     static char ID; // Pass identification, replacement for typeid
-    PartialInliner() : ModulePass(ID) {}
+    PartialInliner() : ModulePass(&ID) {}
     
     bool runOnModule(Module& M);