Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / CodeGen / MachineCSE.cpp
index 60642d46223794e544550d26fd3f1689a17c21f9..ef4919239b99b52252f3d4d86313e8c7effa2a34 100644 (file)
@@ -41,7 +41,7 @@ namespace {
     MachineRegisterInfo *MRI;
   public:
     static char ID; // Pass identification
-    MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) {}
+    MachineCSE() : MachineFunctionPass(&ID), LookAheadLimit(5), CurrVN(0) {}
 
     virtual bool runOnMachineFunction(MachineFunction &MF);