For PR950:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 20 Nov 2006 01:22:35 +0000 (01:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 20 Nov 2006 01:22:35 +0000 (01:22 +0000)
commit45fb3f3cb2b8efc01d9bbe42a64194f35b92c759
treeeee41137decfef068a9e77761597739a216eb557
parent36699cabc5ab461f53047be6384a27fb9a7845ce
For PR950:
First in a series of patches to convert SetCondInst into ICmpInst and
FCmpInst using only two opcodes and having the instructions contain their
predicate value. Nothing uses these classes yet. More patches to follow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31867 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/Support/InstVisitor.h
lib/Analysis/ValueNumbering.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp