Wrap long line.

llvm-svn: 19367
This commit is contained in:
Chris Lattner 2005-01-08 06:59:50 +00:00
parent e69daaf71d
commit 8da67af979
1 changed files with 2 additions and 2 deletions

View File

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