mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 00:32:23 +00:00
96e2cec9c7
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98444 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
219 B
ArmAsm
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
|