X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMC%2FAsmParser%2FX86%2Fx86_instructions.s;h=92fb1b243114058a8dc6a41de0022b4cd4c10170;hb=926f2bb3d8dd6f8b0198aa478828ee02914050f9;hp=16a80460e809ac99696a4a799641dc66e130fc49;hpb=c26ae5ab7e2d65b67c97524e66f50ce86445dec7;p=oota-llvm.git diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s index 16a80460e80..92fb1b24311 100644 --- a/test/MC/AsmParser/X86/x86_instructions.s +++ b/test/MC/AsmParser/X86/x86_instructions.s @@ -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 +