[llvm-commits] CVS: llvm/lib/Target/Target.td
Evan Cheng
evan.cheng at apple.com
Thu Jan 11 23:25:33 PST 2007
Changes in directory llvm/lib/Target:
Target.td updated: 1.90 -> 1.91
---
Log message:
Comment.
---
Diffs of the changes: (+1 -1)
Target.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.90 llvm/lib/Target/Target.td:1.91
--- llvm/lib/Target/Target.td:1.90 Wed Nov 15 16:55:04 2006
+++ llvm/lib/Target/Target.td Fri Jan 12 01:25:16 2007
@@ -172,7 +172,7 @@
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.
More information about the llvm-commits
mailing list