Fix a bug in the folding of binary operators to undef.
authorDan Gohman <gohman@apple.com>
Tue, 10 Jul 2007 15:19:29 +0000 (15:19 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 10 Jul 2007 15:19:29 +0000 (15:19 +0000)
commit70fb1aefd58eb78404a2bc86b6960b7b64574082
tree7b4e8205aae2642676e6896f5a640df165b0cc18
parenteff155349acd73e555a81e7935a9ec4f48ea2bb5
Fix a bug in the folding of binary operators to undef.
Thanks to Lauro for spotting this!

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