Add an TargetInstrDesc bit to indicate that a given instruction is a conditional...
authorOwen Anderson <resistor@mac.com>
Thu, 23 Sep 2010 22:44:10 +0000 (22:44 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 23 Sep 2010 22:44:10 +0000 (22:44 +0000)
commit5716180b1a863d345127fa8f9dfe0a931ab7370c
treea4ef16abce9e17a85b87603a5ba0cae14349546d
parent823d9a53a426a2612bd73eda610fee75962ebd05
Add an TargetInstrDesc bit to indicate that a given instruction is a conditional move.
Not intended functionality change, as nothing uses this yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114702 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrDesc.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp