X86-64: Mark WINCALL and more tail call instructions as code gen only.
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_instructions.s
index 16a80460e809ac99696a4a799641dc66e130fc49..92fb1b243114058a8dc6a41de0022b4cd4c10170 100644 (file)
@@ -56,7 +56,7 @@
         subl %eax, %ebx
         
 // FIXME: Check that this matches the correct instruction.
-// CHECK: call *%rax
+// CHECK: callq *%rax
         call *%rax
 
 // FIXME: Check that this matches the correct instruction.
@@ -146,3 +146,8 @@ fadd %st(7)
 
 // CHECK: leal 0, %eax
         leal 0, %eax
+
+// rdar://7986634 - Insensitivity on opcodes.
+// CHECK: int3
+INT3
+