mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 14:10:55 +00:00
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:
parent
536a88ad5b
commit
36b07f2f07
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…
Reference in New Issue
Block a user