OSDN Git Service

[InstCombine] clean up foldICmpXorConstant(); NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 17 Aug 2016 19:23:42 +0000 (19:23 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 17 Aug 2016 19:23:42 +0000 (19:23 +0000)
commit422136324af27892b7aea91a21f5361d9b156a31
tree36db1f7461e7b91ce50531a0613282aa4f33386a
parent83260f239481dfb40d325cf35005c20eeb767b6c
[InstCombine] clean up foldICmpXorConstant(); NFCI

1. Change variable names
2. Use local variables to reduce code
3. Early exit to reduce indent

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