mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw.
llvm-svn: 165880
This commit is contained in:
parent
68a2e52f88
commit
1d2b1ffd35
@ -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…
x
Reference in New Issue
Block a user