OSDN Git Service

Whitespace changes.
authorBill Wendling <isanbard@gmail.com>
Wed, 10 Dec 2008 02:01:32 +0000 (02:01 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 10 Dec 2008 02:01:32 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60826 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Target/X86/X86ISelLowering.cpp

index c33a8ff..494001b 100644 (file)
@@ -4335,7 +4335,7 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
     case TargetLowering::Legal:
       // FIXME: According to Hacker's Delight, this can be implemented in
       // target independent lowering, but it would be inefficient, since it
-      // requires a division + a branch
+      // requires a division + a branch.
       assert(0 && "Target independent lowering is not supported for SMULO/UMULO!");    
     break;
     }
index 7e6ad09..091bc42 100644 (file)
@@ -6173,8 +6173,7 @@ SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) {
 
   SDValue SetCC =
     DAG.getNode(X86ISD::SETCC, N->getValueType(1),
-                DAG.getConstant(Cond,
-                                MVT::i32), SDValue(Sum.getNode(), 1));
+                DAG.getConstant(Cond, MVT::i32), SDValue(Sum.getNode(), 1));
 
   DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
   return Sum;