mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +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;
|
||||
else if (Subtarget.isABI_N32())
|
||||
return CSR_N32_SaveList;
|
||||
|
||||
|
||||
assert(Subtarget.isABI_N64());
|
||||
return CSR_N64_SaveList;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user