]> granicus.if.org Git - llvm/commit
[DAGCombiner] unify type checks and add asserts; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 29 Mar 2017 18:08:01 +0000 (18:08 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 29 Mar 2017 18:08:01 +0000 (18:08 +0000)
commit37cb59fa3b7c9adc7ba57f7310de652632ef84d7
tree7d46b41156b40d270d91a776963836bb98b5d44f
parentebe3d55fadd15663fcaf70d54e0c28a492297856
[DAGCombiner] unify type checks and add asserts; NFCI

We had a mix of type checks and usage that wasn't very clear.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp