diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-13 17:38:00 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-13 17:38:00 +0000 |
commit | 08b6b81ec57e7d8b99844b7f4a211942570ffff1 (patch) | |
tree | 63d283d504b87d7ea2c3f070dd731ad4d7819326 /test/MC/X86 | |
parent | 549ea3a540e4472dd2e725fe0a84b11bd84ea4e4 (diff) |
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
Diffstat (limited to 'test/MC/X86')
-rw-r--r-- | test/MC/X86/x86_nop.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s index 23291591bd..396e3022eb 100644 --- a/test/MC/X86/x86_nop.s +++ b/test/MC/X86/x86_nop.s @@ -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 |