commit | 04677a3b49b2dfb151c4f77345702da489293627 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Mar 19 06:20:37 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Mar 19 06:20:37 2007 +0000 |
tree | 7fc3345f8069c5424c70238a897a5c75691f3cdc | |
parent | 5d5c93f659dd3f09375ea0fbe5d6c2df64791f73 [diff] [blame] |
Recognize target instruction flag 'isReMaterializable'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35159 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index e0d6b98..9a29958 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -91,6 +91,7 @@ bool isConvertibleToThreeAddress; bool isCommutable; bool isTerminator; + bool isReMaterializable; bool hasDelaySlot; bool usesCustomDAGSchedInserter; bool hasVariableNumberOfOperands;