Wrap long line.

llvm-svn: 19367
diff --git a/llvm/lib/Target/X86/X86ISelSimple.cpp b/llvm/lib/Target/X86/X86ISelSimple.cpp
index 9de2ef2..bf47cb6 100644
--- a/llvm/lib/Target/X86/X86ISelSimple.cpp
+++ b/llvm/lib/Target/X86/X86ISelSimple.cpp
@@ -1632,8 +1632,8 @@
         
       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;