mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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
|
||||
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()));
|
||||
|
Loading…
Reference in New Issue
Block a user