Skip to content
Snippets Groups Projects
Commit a557a002 authored by Evan Cheng's avatar Evan Cheng
Browse files

Comment.

llvm-svn: 33114
parent 7a9c62ba
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ class Instruction { ...@@ -172,7 +172,7 @@ class Instruction {
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling. 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 /// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should not
/// be encoded into the output machineinstr. /// be encoded into the output machineinstr.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment