Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
index af2eafc47cbf346f3811addb05bff5498a9a0714..13c6a972602f27540b2d0be1bd7e6efb70389016 100644 (file)
@@ -77,7 +77,7 @@ namespace {
   public:
 
     static char ID; // Pass identification, replacement for typeid
-    IndVarSimplify() : LoopPass(ID) {}
+    IndVarSimplify() : LoopPass(&ID) {}
 
     virtual bool runOnLoop(Loop *L, LPPassManager &LPM);