We require threse bits to be zero, too.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 28 Apr 2011 21:38:51 +0000 (21:38 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 28 Apr 2011 21:38:51 +0000 (21:38 +0000)
commitb0884f3f13ca6e5d83e3232d8390a4d58739d57c
tree1f4109b08bcdb9f375f9214aa7bd3704f0f93f14
parent7a2ba2fbe4b0ccaacc2cedbc1bfd2a3764170efe
We require threse bits to be zero, too.

This shouldn't happen in practice because the icmp would be a constant.
Add a check so we don't miscompile code if something goes wrong.

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