summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2017-06-02 17:35:02 +0000
committerSanjay Patel <spatel@rotateright.com>2017-06-02 17:35:02 +0000
commitcdb5dad4cc4039e357c0437d9789b0353a989565 (patch)
tree5f9c93ef4746f996f7380886233f315f2340ec77 /llvm/lib/CodeGen
parentee021d54d7bba1e5f4481d530d6b5ad977a83b50 (diff)
downloadbcm5719-llvm-cdb5dad4cc4039e357c0437d9789b0353a989565.tar.gz
bcm5719-llvm-cdb5dad4cc4039e357c0437d9789b0353a989565.zip
[TargetLowering] fix formatting; NFC
llvm-svn: 304569
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 16a2fca86ef..adb2b188265 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -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() ||
OpenPOWER on IntegriCloud