mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
Wrap long line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d2c6c784b
commit
8c92628d1c
@ -1632,8 +1632,8 @@ void X86ISel::doCall(const ValueRecord &Ret, MachineInstr *CallMI,
|
||||
|
||||
case cFP:
|
||||
if (ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(Args[i].Val)) {
|
||||
// Store constant FP values with integer instructions to avoid having to
|
||||
// load the constants from the constant pool then do a store.
|
||||
// Store constant FP values with integer instructions to avoid having
|
||||
// to load the constants from the constant pool then do a store.
|
||||
if (CFP->getType() == Type::FloatTy) {
|
||||
union {
|
||||
unsigned I;
|
||||
|
Loading…
x
Reference in New Issue
Block a user