Tidy up several unbeseeming casts from pointer to intptr_t.
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
index 016215b9717dbb6329242fee558461c9ee291b05..a542fc5198c6516599a270b3a893e991e0fb24c4 100644 (file)
@@ -34,7 +34,7 @@ namespace {
     
     static char ID;
     FPMover(TargetMachine &tm) 
-      : MachineFunctionPass((intptr_t)&ID), TM(tm) { }
+      : MachineFunctionPass(&ID), TM(tm) { }
 
     virtual const char *getPassName() const {
       return "Sparc Double-FP Move Fixer";