summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86/x86_64-suffix-matching.s
blob: c4f0be2c6eab3b07595787b32ca5b4d69ac6fbe2 (plain)
1
2
3
4
5
6
// RUN: llvm-mc -triple x86_64 -o - %s | FileCheck %s

// CHECK: addl $0, %eax
        add $0, %eax
// CHECK: addb $255, %al
        add $0xFF, %al