Drop 'const'
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
index ca70a9ceb41cc95e8081974ddb64426fd41da274..e1c996664a32f511f71132fffd034f9e20844174 100644 (file)
@@ -32,7 +32,7 @@ namespace {
     ///
     TargetMachine &TM;
     
-    static const char ID;
+    static char ID;
     FPMover(TargetMachine &tm) 
       : MachineFunctionPass((intptr_t)&ID), TM(tm) { }
 
@@ -43,7 +43,7 @@ namespace {
     bool runOnMachineBasicBlock(MachineBasicBlock &MBB);
     bool runOnMachineFunction(MachineFunction &F);
   };
-  const char FPMover::ID = 0;
+  char FPMover::ID = 0;
 } // end of anonymous namespace
 
 /// createSparcFPMoverPass - Returns a pass that turns FpMOVD