Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
index 0dd921482696271d7a9589fece30c9baf5cb0db0..594618891de1c21b8ec5056bbd7672c86eb67774 100644 (file)
@@ -84,7 +84,7 @@ namespace {
     static char ID;
 
     /// Construct a PBQP register allocator.
-    PBQPRegAlloc() : MachineFunctionPass(ID) {}
+    PBQPRegAlloc() : MachineFunctionPass(&ID) {}
 
     /// Return the pass name.
     virtual const char* getPassName() const {