aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-15 00:19:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-15 00:19:36 +0000
commitfdc1706d009363c2e0008684b1813721f2d6e82a (patch)
tree34bde3b6137dfbc1835e24555a6f81307579e826 /utils/TableGen/CodeGenInstruction.h
parent3c0eda5a21a0e79a345fc9da0489fdbb5ef6b07e (diff)
downloadexternal_llvm-fdc1706d009363c2e0008684b1813721f2d6e82a.zip
external_llvm-fdc1706d009363c2e0008684b1813721f2d6e82a.tar.gz
external_llvm-fdc1706d009363c2e0008684b1813721f2d6e82a.tar.bz2
Remove isImplicitDef TargetInstrDesc flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index ad076a2..9bfd432 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -91,7 +91,6 @@ namespace llvm {
bool isCall;
bool isSimpleLoad;
bool mayLoad, mayStore;
- bool isImplicitDef;
bool isPredicable;
bool isConvertibleToThreeAddress;
bool isCommutable;