commit | 8b50f9b8dcd6da00ddc961ecda967719eb745dee | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 26 20:40:46 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 26 20:40:46 2005 +0000 |
tree | ceb1ee4eb082860deebee761e2a562f7dfced062 | |
parent | 09321dcf5a3d8acb89dfcad2191c630a54938458 [diff] [blame] |
Expose a new flag to TargetInstrInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23094 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index b140d00..669280c1 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -81,6 +81,7 @@ bool isCommutable; bool isTerminator; bool hasDelaySlot; + bool usesCustomDAGSChedInserter; bool hasVariableNumberOfOperands; CodeGenInstruction(Record *R, const std::string &AsmStr);