zap dead code.
[oota-llvm.git] / lib / Target / ARM / ARMCodeEmitter.cpp
index b1a702f90cfc37c84cf13500ba8026b240ba6354..88788c32ac4455f77e3a472d347e0462e4ac26b6 100644 (file)
@@ -160,10 +160,6 @@ namespace {
     /// zero.
     unsigned getMovi32Value(const MachineInstr &MI,const MachineOperand &MO,
                             unsigned Reloc);
-    unsigned getMovi32Value(const MachineInstr &MI, unsigned OpIdx,
-                            unsigned Reloc) {
-      return getMovi32Value(MI, MI.getOperand(OpIdx), Reloc);
-    }
 
     /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
     ///