64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
|
|
|
|
nop
|
|
x:
|
|
leal x-y(%eax), %ebx
|
|
.data
|
|
y:
|
|
.quad 0
|
|
|
|
# CHECK: leal x-y(%eax), %ebx
|