OSDN Git Service

[InstCombine] clean up foldICmpBinOpEqualityWithConstant / foldICmpIntrinsicWithConst...
authorSanjay Patel <spatel@rotateright.com>
Sat, 10 Sep 2016 15:33:39 +0000 (15:33 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 10 Sep 2016 15:33:39 +0000 (15:33 +0000)
commite117e506536626352e8e47f6c72cd6e2a276622c
tree95fba7b41389e4d5b9ad88467ed259982da89c37
parent792a8eaf8cfcc11483a97d0fc3951e5fda25a22b
[InstCombine] clean up foldICmpBinOpEqualityWithConstant / foldICmpIntrinsicWithConstant ; NFC

1. Rename variables to be consistent with related/preceding code (may want to reorganize).
2. Fix comments/formatting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp