From 08b6b81ec57e7d8b99844b7f4a211942570ffff1 Mon Sep 17 00:00:00 2001
From: Benjamin Kramer <benny.kra@googlemail.com>
Date: Sat, 13 Oct 2012 17:38:00 +0000
Subject: [PATCH] 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
---
 test/MC/X86/x86_nop.s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s
index 23291591bdd..396e3022ebe 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