Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't

need the Compare flag after all.

--- Reverse-merging r109901 into '.':
U    include/llvm/Target/TargetInstrDesc.h
U    include/llvm/Target/Target.td
U    utils/TableGen/InstrInfoEmitter.cpp
U    utils/TableGen/CodeGenInstruction.cpp
U    utils/TableGen/CodeGenInstruction.h



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2010-08-06 01:36:09 +00:00
parent e4ddbdfd3c
commit 5b55ff0c15
5 changed files with 1 additions and 11 deletions

View File

@@ -123,7 +123,6 @@ namespace llvm {
bool isReturn;
bool isBranch;
bool isIndirectBranch;
bool isCompare;
bool isBarrier;
bool isCall;
bool canFoldAsLoad;