Added retl for 32-bit x86 and added retq for 64-bit x86.
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_64-new-encoder.s
index 589c719158f9bc3f78fd0b37c17e4d153b4fc6b2..8ecb91b6917f1aaa9aef400849e9aeb6f938da83 100644 (file)
@@ -104,3 +104,8 @@ movl        0, %eax   // CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,A,A,A,A]
 // CHECK: movq $10, %rax
 // CHECK: encoding: [0x48,0xc7,0xc0,0x0a,0x00,0x00,0x00]
         movq $10, %rax
+
+// rdar://8014869
+retq
+// CHECK: ret
+// CHECK:  encoding: [0xc3]