mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
Remove hard tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a08864860
commit
3ea4daaf50
@ -442,8 +442,8 @@ unsigned ARMFastISel::ARMMaterializeInt(const Constant *C, EVT VT) {
|
|||||||
if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getSExtValue())) {
|
if (Subtarget->hasV6T2Ops() && isUInt<16>(CI->getSExtValue())) {
|
||||||
unsigned Opc = isThumb ? ARM::t2MOVi16 : ARM::MOVi16;
|
unsigned Opc = isThumb ? ARM::t2MOVi16 : ARM::MOVi16;
|
||||||
AddOptionalDefs(BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL,
|
AddOptionalDefs(BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL,
|
||||||
TII.get(Opc), DestReg)
|
TII.get(Opc), DestReg)
|
||||||
.addImm(CI->getSExtValue()));
|
.addImm(CI->getSExtValue()));
|
||||||
return DestReg;
|
return DestReg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user