Commit af340ae1 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

X86: remove unused variable

Remove the now unused-variable from
aa17d31e.  This breaks `-Werror` builds.
parent 94d4ca90
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -978,7 +978,6 @@ void FPS::shuffleStackTop(const unsigned char *FixStack,
void FPS::handleCall(MachineBasicBlock::iterator &I) {
  MachineInstr &MI = *I;
  unsigned STReturns = 0;
  const MachineFunction* MF = I->getParent()->getParent();

  for (unsigned i = 0, e = MI.getNumOperands(); i != e; ++i) {
    MachineOperand &Op = MI.getOperand(i);