mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Untabify.
llvm-svn: 153073
This commit is contained in:
parent
9907ef1870
commit
0a61365e70
@ -192,7 +192,7 @@ unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
|
|||||||
uint32_t IntBitWidth = IntVT.getSizeInBits();
|
uint32_t IntBitWidth = IntVT.getSizeInBits();
|
||||||
bool isExact;
|
bool isExact;
|
||||||
(void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
|
(void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true,
|
||||||
APFloat::rmTowardZero, &isExact);
|
APFloat::rmTowardZero, &isExact);
|
||||||
if (isExact) {
|
if (isExact) {
|
||||||
APInt IntVal(IntBitWidth, x);
|
APInt IntVal(IntBitWidth, x);
|
||||||
|
|
||||||
@ -587,7 +587,7 @@ bool FastISel::SelectCall(const User *I) {
|
|||||||
// Some arguments' frame index is recorded during argument lowering.
|
// Some arguments' frame index is recorded during argument lowering.
|
||||||
Offset = FuncInfo.getArgumentFrameIndex(Arg);
|
Offset = FuncInfo.getArgumentFrameIndex(Arg);
|
||||||
if (Offset)
|
if (Offset)
|
||||||
Reg = TRI.getFrameRegister(*FuncInfo.MF);
|
Reg = TRI.getFrameRegister(*FuncInfo.MF);
|
||||||
}
|
}
|
||||||
if (!Reg)
|
if (!Reg)
|
||||||
Reg = getRegForValue(Address);
|
Reg = getRegForValue(Address);
|
||||||
|
Loading…
Reference in New Issue
Block a user