Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
index b8afcc12d927d165e3e6aa82763932cdf73b96cc..e686c52fd8a01b9231e040b86e6f20a459da9823 100644 (file)
@@ -77,7 +77,7 @@ namespace {
     bool MadeChange;
   public:
     static char ID; // Pass identification, replacement for typeid
-    Reassociate() : FunctionPass(ID) {}
+    Reassociate() : FunctionPass(&ID) {}
 
     bool runOnFunction(Function &F);