mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
549ea3a540
commit
08b6b81ec5
@ -7,7 +7,7 @@
|
||||
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
|
||||
# RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i686 %s | llvm-objdump -d - | not FileCheck %s
|
||||
|
||||
# CHECK-NOT: nopw
|
||||
# CHECK-NOT: nop{{[lw]}}
|
||||
inc %eax
|
||||
.align 8
|
||||
inc %eax
|
||||
|
Loading…
Reference in New Issue
Block a user