Add a "Compare" flag to the target instruction descriptor. This will be used
authorBill Wendling <isanbard@gmail.com>
Fri, 30 Jul 2010 22:48:39 +0000 (22:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 30 Jul 2010 22:48:39 +0000 (22:48 +0000)
commit1844b1a5a483b8f01f29500a8d0d552447cbb7e5
treea5eef77fdadcfda439021069ad1bb29681b7f883
parent38cb1381b5ec8c75242650491c2b8e7e8a302665
Add a "Compare" flag to the target instruction descriptor. This will be used
later to identify and possibly remove superfluous compare instructions -- those
that are testing for and setting a status flag that should already be set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109901 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