X86: Depending on the local semantics of .align this test can also emit a nopl instea...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 13 Oct 2012 17:38:00 +0000 (17:38 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 13 Oct 2012 17:38:00 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165880 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/X86/x86_nop.s

index 23291591bdd5f50a90b148f000a28d0f1e9ea259..396e3022ebec02b6cc852510bceaf19cc13ca7e2 100644 (file)
@@ -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