Skip to content

Commit af340ae

Browse files
committed
X86: remove unused variable
Remove the now unused-variable from aa17d31. This breaks `-Werror` builds.
1 parent 94d4ca9 commit af340ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86FloatingPoint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ void FPS::shuffleStackTop(const unsigned char *FixStack,
978978
void FPS::handleCall(MachineBasicBlock::iterator &I) {
979979
MachineInstr &MI = *I;
980980
unsigned STReturns = 0;
981-
const MachineFunction* MF = I->getParent()->getParent();
982981

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

0 commit comments

Comments
 (0)