SelectionDAG: add missing ComputeSignBits case for SELECT_CC
authorFiona Glaser <escha@apple.com>
Sat, 29 Aug 2015 23:04:38 +0000 (23:04 +0000)
committerFiona Glaser <escha@apple.com>
Sat, 29 Aug 2015 23:04:38 +0000 (23:04 +0000)
commit49d0fee4f60bdecd7dba946aa64f405c9864bd8f
tree51e9a2ab266e55db3a56f78a5c09f1c4858f4465
parent4bed085b83867f8e8b66371fc8061de43bad26b3
SelectionDAG: add missing ComputeSignBits case for SELECT_CC

Identical to SELECT, just with different operand numbers.

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