Added retl for 32-bit x86 and added retq for 64-bit x86.
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_32-new-encoder.s
index 1c02f8823af8ed32904905657576fdf630d8680f..9d0fd6d06cb650c2e274b0a918043da8f6427e56 100644 (file)
@@ -84,3 +84,8 @@ int $255
         popf
 // CHECK: popfl                # encoding: [0x9d]
         popfl
+
+// rdar://8014869
+retl
+// CHECK: ret
+// CHECK:  encoding: [0xc3]