summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-26 20:40:46 +0000
committerChris Lattner <sabre@nondot.org>2005-08-26 20:40:46 +0000
commit3d9fbefbf790a4d5a45d2bd8a403838965b36845 (patch)
treea2f9a9d7a287b26cf2c1cbc2908dbfbb4c5f0eae /llvm/utils/TableGen/CodeGenTarget.cpp
parentfada82fbb5673a7f3e8116878303c4639f89acab (diff)
downloadbcm5719-llvm-3d9fbefbf790a4d5a45d2bd8a403838965b36845.tar.gz
bcm5719-llvm-3d9fbefbf790a4d5a45d2bd8a403838965b36845.zip
Expose a new flag to TargetInstrInfo
llvm-svn: 23094
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenTarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp
index 8e7cbdc9093..282a7ac5304 100644
--- a/llvm/utils/TableGen/CodeGenTarget.cpp
+++ b/llvm/utils/TableGen/CodeGenTarget.cpp
@@ -250,6 +250,7 @@ CodeGenInstruction::CodeGenInstruction(Record *R, const std::string &AsmStr)
isCommutable = R->getValueAsBit("isCommutable");
isTerminator = R->getValueAsBit("isTerminator");
hasDelaySlot = R->getValueAsBit("hasDelaySlot");
+ usesCustomDAGSChedInserter = R->getValueAsBit("usesCustomDAGSChedInserter");
hasVariableNumberOfOperands = false;
try {
OpenPOWER on IntegriCloud