Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / CodeGen / OptimizeCmps.cpp
index cd396cc2eae477d822fef1e82dd89aa3bc508719..5b524cd6414d506750001538ff2bce566886f8a7 100644 (file)
@@ -46,7 +46,7 @@ namespace {
 
   public:
     static char ID; // Pass identification
-    OptimizeCmps() : MachineFunctionPass(&ID) {}
+    OptimizeCmps() : MachineFunctionPass(ID) {}
 
     virtual bool runOnMachineFunction(MachineFunction &MF);