llvm-svn: 33114
This commit is contained in:
Evan Cheng 2007-01-12 07:25:16 +00:00
parent 373d2bccea
commit 0241c4a0b5

View File

@ -172,7 +172,7 @@ class Instruction {
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
string Constraints = "";
string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should not
/// be encoded into the output machineinstr.