blob: 9e15779138cfad41b5e563a7c061fe5eae142742 (
plain)
1
2
3
4
5
6
7
8
9
|
// 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
|