Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
commit36d0d2030275df7b40226a7979c6d7424955a2f6
authorNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 03:50:03 +0000 (25 03:50 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 03:50:03 +0000 (25 03:50 +0000)
tree3dc81ac9fed1799f51742701c4b7ec2fd5e03e21
parent83410aa8c59837bafd2fcab76c33abd14e72b5c1
Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
which is equal to !isTrueWhenEqual for ints but not for floats.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85036 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp