Add test for r164132.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Roman Divacky 2012-09-18 16:19:10 +00:00
parent 536a88ad5b
commit 36b07f2f07

7
test/MC/X86/x86_nop.s Normal file
View File

@ -0,0 +1,7 @@
# RUN: llvm-mc -filetype=obj -mcpu=geode %s -o %t
# RUN: llvm-objdump -disassemble %t | FileCheck %s
# CHECK-NOT: nopw
inc %eax
.align 8
inc %eax