llvm-6502/test/MC/AsmParser/X86/x86_64-operands.s
Daniel Dunbar 96e2cec9c7 MC/X86_64: Fix matching of leaq.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98444 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 19:31:44 +00:00

10 lines
219 B
ArmAsm

// FIXME: Actually test that we get the expected results.
// RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
# CHECK: callq a
callq a
# CHECK: leaq -40(%rbp), %r15
leaq -40(%rbp), %r15