summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-06-19 01:26:51 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-06-19 01:26:51 +0000
commiteaa91b0a1fc68984aae51f3c4b0cf29b38f89dac (patch)
tree93a8cd9aecd8080137878288ae7fc57872f4e5ca /utils/TableGen/CodeGenInstruction.h
parent4e6b1e1d999a224d932c466118aad577f27cdd56 (diff)
downloadllvm-eaa91b0a1fc68984aae51f3c4b0cf29b38f89dac.tar.gz
llvm-eaa91b0a1fc68984aae51f3c4b0cf29b38f89dac.tar.bz2
llvm-eaa91b0a1fc68984aae51f3c4b0cf29b38f89dac.tar.xz
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37643 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 62b2ee7c79..54d9b3fea7 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -98,6 +98,7 @@ namespace llvm {
bool hasCtrlDep;
bool noResults;
bool clobbersPred;
+ bool isNotDuplicable;
/// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
/// where $foo is a whole operand and $foo.bar refers to a suboperand.