commit | 6782f7fc92c4804994ee4a78724a360a09df5bd2 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Dec 13 00:42:35 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Dec 13 00:42:35 2007 +0000 |
tree | 33092324d102912bde0d4edcd1d7d1a20b7bae4f | |
parent | a0b4c94f7fed612873cc59864b0bd152c5f9f509 [diff] [blame] |
Oops. Forgot these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44969 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 245b38e..c209b13 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -92,6 +92,7 @@ bool isCall; bool isLoad; bool isStore; + bool isImplicitDef; bool isPredicable; bool isConvertibleToThreeAddress; bool isCommutable;