Handle an empty dupli.
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
index 594618891de1c21b8ec5056bbd7672c86eb67774..0dd921482696271d7a9589fece30c9baf5cb0db0 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 {