commit | 3dd298fb62e74b1e7a05547c0d403dac980d128f | [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 | 915c656a745ea9a580ebb6a23cfe404d27e08d32 [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;