From 8c92628d1c9db4827f364614bde1660fe800af30 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 8 Jan 2005 06:59:50 +0000 Subject: [PATCH] Wrap long line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19367 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelSimple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;