OSDN Git Service

[InstCombine] clean up foldICmpWithConstant(); NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 15 Sep 2016 15:11:12 +0000 (15:11 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 15 Sep 2016 15:11:12 +0000 (15:11 +0000)
commit964ae1d5eef2e083b906a2f7cf4ad7bd523efd8f
tree246bb9bdfc67fbde68954e57fabb213daf6704b9
parent80554382ca127339c7a9133b9f5a4a51c82a178c
[InstCombine] clean up foldICmpWithConstant(); NFC
1. Early exit to reduce indent
2. Rename variables
3. Add local 'Pred' variable

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