commit | 8f63617de8b5c810295209bfeda07543ab871311 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sun Aug 08 01:49:35 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sun Aug 08 01:49:35 2010 +0000 |
tree | dc3396c783f311ec6d00f0012a1e801f072a8c31 | |
parent | 50038b0f8d0af01851d5c09cded8ed68af3e0a42 [diff] [blame] |
Add back in r109901, which adds a Compare flag to the target instructions. It's useful after all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110531 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 946c2d0..b02d0d3 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -123,6 +123,7 @@ bool isReturn; bool isBranch; bool isIndirectBranch; + bool isCompare; bool isBarrier; bool isCall; bool canFoldAsLoad;