mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove trailing white space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f46eb157e
commit
ced8af1107
@ -62,7 +62,7 @@ getCalleeSavedRegs(const MachineFunction *MF) const
|
|||||||
return CSR_O32_SaveList;
|
return CSR_O32_SaveList;
|
||||||
else if (Subtarget.isABI_N32())
|
else if (Subtarget.isABI_N32())
|
||||||
return CSR_N32_SaveList;
|
return CSR_N32_SaveList;
|
||||||
|
|
||||||
assert(Subtarget.isABI_N64());
|
assert(Subtarget.isABI_N64());
|
||||||
return CSR_N64_SaveList;
|
return CSR_N64_SaveList;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user