]> granicus.if.org Git - llvm/commitdiff
[TargetLowering] fix formatting; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 2 Jun 2017 17:35:02 +0000 (17:35 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 2 Jun 2017 17:35:02 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304569 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 16a2fca86ef6fc6f0e16dbfdbbdcfc883aa01f5c..adb2b188265b07c7a3744fc77bd7bf2c68079caa 100644 (file)
@@ -1493,8 +1493,7 @@ SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
   }
   }
 
-  // Ensure that the constant occurs on the RHS, and fold constant
-  // comparisons.
+  // Ensure that the constant occurs on the RHS and fold constant comparisons.
   ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond);
   if (isa<ConstantSDNode>(N0.getNode()) &&
       (DCI.isBeforeLegalizeOps() ||