diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-06-02 17:35:02 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-06-02 17:35:02 +0000 |
commit | cdb5dad4cc4039e357c0437d9789b0353a989565 (patch) | |
tree | 5f9c93ef4746f996f7380886233f315f2340ec77 /llvm/lib/CodeGen | |
parent | ee021d54d7bba1e5f4481d530d6b5ad977a83b50 (diff) | |
download | bcm5719-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.cpp | 3 |
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() || |