Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnrollPass.cpp
index 4ed2d4568724162fd148f85ce073857fd7851746..37ab3b0b5bcab2959cf9b8aff7c414bd895e1507 100644 (file)
@@ -43,7 +43,7 @@ namespace {
   class LoopUnroll : public LoopPass {
   public:
     static char ID; // Pass ID, replacement for typeid
-    LoopUnroll() : LoopPass(ID) {}
+    LoopUnroll() : LoopPass(&ID) {}
 
     /// A magic value for use with the Threshold parameter to indicate
     /// that the loop unroll should be performed regardless of how much