Skip to content

Commit

Permalink
Fix unused variable warning added in r218509
Browse files Browse the repository at this point in the history
llvm-svn: 218510
  • Loading branch information
dsandersllvm committed Sep 26, 2014
1 parent b3ca338 commit 13496c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/Mips/MipsISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class MipsCCState : public CCState {
void
PreAnalyzeCallResultForF128(const SmallVectorImpl<ISD::InputArg> &Ins,
const TargetLowering::CallLoweringInfo &CLI) {
const MachineFunction &MF = getMachineFunction();
for (unsigned i = 0; i < Ins.size(); ++i)
OriginalArgWasF128.push_back(
originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
Expand Down

0 comments on commit 13496c4

Please sign in to comment.