1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove trailing white space.

llvm-svn: 153536
This commit is contained in:
Akira Hatanaka 2012-03-27 20:35:51 +00:00
parent 6c935e3700
commit 3853dcca58

View File

@ -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;
}