diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-01-12 07:25:16 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-12 07:25:16 +0000 |
commit | e77d10df41db0caf6f223a2715b940ca694d1316 (patch) | |
tree | 3205bf7c5df3224dea06272c7085d834f5f65f38 | |
parent | a54b7cbd452b3adb2f51346140d996b29c2cdb30 (diff) |
Comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33114 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Target.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 10d458eb8a..5f8d2e260b 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -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. |