XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / TableGen / TargetInstrInfo.td
index 2871eb81df9cd804e018e5f2da2f93ad67961f49..146ef6fd7682630ee4eef7843c59411c197b72ed 100644 (file)
@@ -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)]>;