[Hexagon] Removing old halfword codegen instructions and updating const32/64 splitting.
[oota-llvm.git] / lib / Target / Hexagon / HexagonSplitTFRCondSets.cpp
index 51ea534578ecde255e683c4290d765a2d318b160..2673425e7557cef1a82353d54c7a80d682bcb764 100644 (file)
@@ -76,7 +76,6 @@ char HexagonSplitTFRCondSets::ID = 0;
 
 bool HexagonSplitTFRCondSets::runOnMachineFunction(MachineFunction &Fn) {
 
-  const TargetInstrInfo *TII = Fn.getSubtarget().getInstrInfo();
 
   // Loop over all of the basic blocks.
   for (MachineFunction::iterator MBBb = Fn.begin(), MBBe = Fn.end();