summaryrefslogtreecommitdiff
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
commit20ccded7dec5b90e58f649f4fb95b166a642b8cb (patch)
tree34bde3b6137dfbc1835e24555a6f81307579e826 /utils/TableGen/CodeGenInstruction.h
parentda47e6e0d003c873da960361549e57ee4617c301 (diff)
downloadllvm-20ccded7dec5b90e58f649f4fb95b166a642b8cb.tar.gz
llvm-20ccded7dec5b90e58f649f4fb95b166a642b8cb.tar.bz2
llvm-20ccded7dec5b90e58f649f4fb95b166a642b8cb.tar.xz
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 ad076a2074..9bfd4323f9 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;