Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
index aae5da8560056bcf6b405dfde9cff94817e9bf10..9e148ada8853ed4ff107bbd46908a190e9445c47 100644 (file)
@@ -32,7 +32,7 @@ namespace {
 
     static char ID;
     Filler(TargetMachine &tm) 
-      : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
+      : MachineFunctionPass(&ID), TM(tm), TII(tm.getInstrInfo()) { }
 
     virtual const char *getPassName() const {
       return "SPARC Delay Slot Filler";