summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-10 18:05:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-10 18:05:01 +0000
commit88cc092ca5bd79480205ee7b01aa39c13f3e35d7 (patch)
tree603bce0c631d22a2577028a996a5c8d4a0475b5c /utils/TableGen/CodeGenInstruction.h
parent5f323207971da23e2f78dd61d383e9d506fd9d6c (diff)
downloadllvm-88cc092ca5bd79480205ee7b01aa39c13f3e35d7.tar.gz
llvm-88cc092ca5bd79480205ee7b01aa39c13f3e35d7.tar.bz2
llvm-88cc092ca5bd79480205ee7b01aa39c13f3e35d7.tar.xz
Try committing again. Add OptionalDefOperand. Remove clobbersPred.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index 54d9b3fea7..3f59c23a87 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -97,8 +97,8 @@ namespace llvm {
bool hasVariableNumberOfOperands;
bool hasCtrlDep;
bool noResults;
- bool clobbersPred;
bool isNotDuplicable;
+ bool hasOptionalDef;
/// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
/// where $foo is a whole operand and $foo.bar refers to a suboperand.