mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 13:32:09 +00:00
Comment.
llvm-svn: 33114
This commit is contained in:
parent
373d2bccea
commit
0241c4a0b5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user