[InstCombine] Make cases for ICMP_UGT/ICMP_ULT use similar formatting since they...
authorCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 18:57:20 +0000 (18:57 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 18:57:20 +0000 (18:57 +0000)
commit2c9b7d7894f8f54e1afe4d5dc2247c0f6fdd62c1
tree456fde5e17be359fbaa428060181079d81d78bec
parent1c06f9a127bb92e150e31806541445f0a97ad533
[InstCombine] Make cases for ICMP_UGT/ICMP_ULT use similar formatting since they use similar code. NFC

llvm-svn: 314016
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp