1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add test for r164132.

llvm-svn: 164134
This commit is contained in:
Roman Divacky 2012-09-18 16:19:10 +00:00
parent e91b4521bf
commit 30a607bf14

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