Revert r114703 and r114702, removing the isConditionalMove flag from instructions...
authorOwen Anderson <resistor@mac.com>
Thu, 23 Sep 2010 23:45:25 +0000 (23:45 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 23 Sep 2010 23:45:25 +0000 (23:45 +0000)
commitf523e476c2e199220306b367b7bd834978fb93d6
treee439d049eede2f1e69d813fddde9c163f10366a2
parent2a6e6161422154ea44f9e653e2d0bbfc3942af2b
Revert r114703 and r114702, removing the isConditionalMove flag from instructions.  After further
reflection, this isn't going to achieve the purpose I intended it for.  Back to the drawing board!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114710 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrDesc.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp