[llvm-commits] [llvm] r165880 - /llvm/trunk/test/MC/X86/x86_nop.s

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 13 10:38:00 PDT 2012


Author: d0k
Date: Sat Oct 13 12:38:00 2012
New Revision: 165880

URL: http://llvm.org/viewvc/llvm-project?rev=165880&view=rev
Log:
X86: Depending on the local semantics of .align this test can also emit a nopl instead of nopw.

Modified:
    llvm/trunk/test/MC/X86/x86_nop.s

Modified: llvm/trunk/test/MC/X86/x86_nop.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/x86_nop.s?rev=165880&r1=165879&r2=165880&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/x86_nop.s (original)
+++ llvm/trunk/test/MC/X86/x86_nop.s Sat Oct 13 12:38:00 2012
@@ -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





More information about the llvm-commits mailing list