mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Untabify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153073 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4476bae1b4
commit
c415af225d
@ -192,7 +192,7 @@ unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
|
||||
uint32_t IntBitWidth = IntVT.getSizeInBits();
|
||||
bool isExact;
|
||||
(void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
|
||||
APFloat::rmTowardZero, &isExact);
|
||||
APFloat::rmTowardZero, &isExact);
|
||||
if (isExact) {
|
||||
APInt IntVal(IntBitWidth, x);
|
||||
|
||||
@ -587,7 +587,7 @@ bool FastISel::SelectCall(const User *I) {
|
||||
// Some arguments' frame index is recorded during argument lowering.
|
||||
Offset = FuncInfo.getArgumentFrameIndex(Arg);
|
||||
if (Offset)
|
||||
Reg = TRI.getFrameRegister(*FuncInfo.MF);
|
||||
Reg = TRI.getFrameRegister(*FuncInfo.MF);
|
||||
}
|
||||
if (!Reg)
|
||||
Reg = getRegForValue(Address);
|
||||
|
Loading…
x
Reference in New Issue
Block a user