Add new SetCondInst::isRelational/isEquality methods. Rename
authorChris Lattner <sabre@nondot.org>
Sun, 17 Sep 2006 19:14:47 +0000 (19:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Sep 2006 19:14:47 +0000 (19:14 +0000)
commita5b07404f79036727ba47624050040defe59a5fa
treec42b65ef45402ae11d24b5724d239fe2d1d39d22
parente81f725b3ab681ba4beaac0ba03c1a1296454680
Add new SetCondInst::isRelational/isEquality methods.  Rename
Instruction::isRelational to Instruction::isComparison.

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