80 columns
authorDale Johannesen <dalej@apple.com>
Tue, 4 Nov 2008 20:52:49 +0000 (20:52 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 4 Nov 2008 20:52:49 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58717 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

index 8b607b443eed7de8b6b975028e53b3beaf3eeda0..d03c4a275641734160c0067d393119922e6068c1 100644 (file)
@@ -5610,8 +5610,8 @@ ExpandIntToFP(bool isSigned, MVT DestTy, SDValue Source) {
       Hi = Source;
     }
 
-    // Check to see if the target has a custom way to lower this.  If so, use it.
-    // (Note we've already expanded the operand in this case.)
+    // Check to see if the target has a custom way to lower this.  If so, use
+    // it.  (Note we've already expanded the operand in this case.)
     switch (TLI.getOperationAction(ISD::UINT_TO_FP, SourceVT)) {
     default: assert(0 && "This action not implemented for this operation!");
     case TargetLowering::Legal: