mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a54b7cbd45
commit
e77d10df41
@ -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…
Reference in New Issue
Block a user