From: Chris Lattner Date: Sat, 8 Jan 2005 06:59:50 +0000 (+0000) Subject: Wrap long line. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c92628d1c9db4827f364614bde1660fe800af30;p=oota-llvm.git Wrap long line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19367 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelSimple.cpp b/lib/Target/X86/X86ISelSimple.cpp index 9de2ef2a3d1..bf47cb6342a 100644 --- a/lib/Target/X86/X86ISelSimple.cpp +++ b/lib/Target/X86/X86ISelSimple.cpp @@ -1632,8 +1632,8 @@ void X86ISel::doCall(const ValueRecord &Ret, MachineInstr *CallMI, case cFP: if (ConstantFP *CFP = dyn_cast_or_null(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;