Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / Scalar / GEPSplitter.cpp
index 53dd06d24bb5b01cb34e30fb0f70a0043fa06982..5894f8ff443541da96f4672660eb70b11b56f896 100644 (file)
@@ -27,7 +27,7 @@ namespace {
     virtual void getAnalysisUsage(AnalysisUsage &AU) const;
   public:
     static char ID; // Pass identification, replacement for typeid
-    explicit GEPSplitter() : FunctionPass(ID) {}
+    explicit GEPSplitter() : FunctionPass(&ID) {}
   };
 }