summaryrefslogtreecommitdiff
path: root/test/TableGen/TargetInstrInfo.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/TargetInstrInfo.td')
-rw-r--r--test/TableGen/TargetInstrInfo.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TableGen/TargetInstrInfo.td b/test/TableGen/TargetInstrInfo.td
index 2871eb81df..146ef6fd76 100644
--- a/test/TableGen/TargetInstrInfo.td
+++ b/test/TableGen/TargetInstrInfo.td
@@ -83,8 +83,7 @@ class Inst<dag opnds, string asmstr, bits<8> opcode,
// the pattern.
// 6. Address expressions should become first-class entities.
-// Simple copy instruction. isMoveInstr could easily be inferred from this,
-// as could TargetRegisterInfo::copyRegToReg.
+// Simple copy instruction.
def MOV8rr : Inst<(ops R8:$dst, R8:$src),
"mov $dst, $src", 0x88, MRMDestReg,
[(set R8:$dst, R8:$src)]>;