mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Merged from r218510:
Fix unused variable warning added in r218509 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e180fba5f2
commit
928c60c297
@ -80,7 +80,6 @@ private:
|
|||||||
void
|
void
|
||||||
PreAnalyzeCallResultForF128(const SmallVectorImpl<ISD::InputArg> &Ins,
|
PreAnalyzeCallResultForF128(const SmallVectorImpl<ISD::InputArg> &Ins,
|
||||||
const TargetLowering::CallLoweringInfo &CLI) {
|
const TargetLowering::CallLoweringInfo &CLI) {
|
||||||
const MachineFunction &MF = getMachineFunction();
|
|
||||||
for (unsigned i = 0; i < Ins.size(); ++i)
|
for (unsigned i = 0; i < Ins.size(); ++i)
|
||||||
OriginalArgWasF128.push_back(
|
OriginalArgWasF128.push_back(
|
||||||
originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
|
originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
|
||||||
|
Loading…
Reference in New Issue
Block a user