summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-13 00:42:35 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-13 00:42:35 +0000
commit3dd298fb62e74b1e7a05547c0d403dac980d128f (patch)
tree33092324d102912bde0d4edcd1d7d1a20b7bae4f /utils/TableGen/CodeGenInstruction.h
parent915c656a745ea9a580ebb6a23cfe404d27e08d32 (diff)
downloadllvm-3dd298fb62e74b1e7a05547c0d403dac980d128f.tar.gz
llvm-3dd298fb62e74b1e7a05547c0d403dac980d128f.tar.bz2
llvm-3dd298fb62e74b1e7a05547c0d403dac980d128f.tar.xz
Oops. Forgot these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index 245b38e049..c209b1342f 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -92,6 +92,7 @@ namespace llvm {
bool isCall;
bool isLoad;
bool isStore;
+ bool isImplicitDef;
bool isPredicable;
bool isConvertibleToThreeAddress;
bool isCommutable;