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:
parent
e91b4521bf
commit
30a607bf14
7
test/MC/X86/x86_nop.s
Normal file
7
test/MC/X86/x86_nop.s
Normal 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
|
Loading…
x
Reference in New Issue
Block a user