commit | 18e853f458caee9676c2e29a39aacb7914d85dc4 | [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 | d1087f666ed3a0a795688f64ad8524d6fb4bdc1c | |
parent | 6ff7161d51a9e5a43fd7e69ab2df69a67fcd12e3 [diff] [blame] |
Add back in r109901, which adds a Compare flag to the target instructions. It's useful after all. llvm-svn: 110531
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 946c2d0..b02d0d3 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h
@@ -123,6 +123,7 @@ bool isReturn; bool isBranch; bool isIndirectBranch; + bool isCompare; bool isBarrier; bool isCall; bool canFoldAsLoad;