Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
index 1423b1e64d66e7ce1d178e14d3a7feca9383590b..88b0927b355009e83075a87e93930c4add781e21 100644 (file)
@@ -36,7 +36,7 @@ namespace {
     
     static char ID;
     explicit FPMover(TargetMachine &tm) 
-      : MachineFunctionPass(ID), TM(tm) { }
+      : MachineFunctionPass(&ID), TM(tm) { }
 
     virtual const char *getPassName() const {
       return "Sparc Double-FP Move Fixer";