Skip to content

Commit

Permalink
X86: remove unused variable
Browse files Browse the repository at this point in the history
Remove the now unused-variable from
aa17d31.  This breaks `-Werror` builds.
  • Loading branch information
compnerd committed Jan 2, 2020
1 parent 94d4ca9 commit af340ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/X86/X86FloatingPoint.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit af340ae

Please sign in to comment.