SimplifyCFG: Refactor GatherConstantCompares() result in a struct
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 20 Nov 2014 06:51:02 +0000 (06:51 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 20 Nov 2014 06:51:02 +0000 (06:51 +0000)
commitb3e705ed1daf9d63f9c099366e61b150c676b0f2
tree298dc6fef0e0e40e4dfaa384af2bfb71d77f55bf
parentdc0b30030424ec7d78abb99ddd16d27edb285e6c
SimplifyCFG: Refactor GatherConstantCompares() result in a struct

Code seems cleaner and easier to understand this way

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp