Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / CodeGen / LowerSubregs.cpp
index a1f1a078d613a6428878492b3a97d57c01172905..dfd4eaeca660397b4209692e2fddcea6df6b1efd 100644 (file)
@@ -36,7 +36,7 @@ namespace {
 
   public:
     static char ID; // Pass identification, replacement for typeid
-    LowerSubregsInstructionPass() : MachineFunctionPass(ID) {}
+    LowerSubregsInstructionPass() : MachineFunctionPass(&ID) {}
     
     const char *getPassName() const {
       return "Subregister lowering instruction pass";