mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[mips] Fix unused variable warning introduced in r221056
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d1bb2d1f92
commit
73d60e69f4
@ -100,7 +100,6 @@ private:
|
|||||||
void PreAnalyzeCallOperandsForF128(
|
void PreAnalyzeCallOperandsForF128(
|
||||||
const SmallVectorImpl<ISD::OutputArg> &Outs,
|
const SmallVectorImpl<ISD::OutputArg> &Outs,
|
||||||
std::vector<TargetLowering::ArgListEntry> &FuncArgs, SDNode *CallNode) {
|
std::vector<TargetLowering::ArgListEntry> &FuncArgs, SDNode *CallNode) {
|
||||||
const MachineFunction &MF = getMachineFunction();
|
|
||||||
for (unsigned i = 0; i < Outs.size(); ++i)
|
for (unsigned i = 0; i < Outs.size(); ++i)
|
||||||
OriginalArgWasF128.push_back(
|
OriginalArgWasF128.push_back(
|
||||||
originalTypeIsF128(FuncArgs[Outs[i].OrigArgIndex].Ty, CallNode));
|
originalTypeIsF128(FuncArgs[Outs[i].OrigArgIndex].Ty, CallNode));
|
||||||
|
Loading…
Reference in New Issue
Block a user