Add test for r164132.
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 18 Sep 2012 16:19:10 +0000 (16:19 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 18 Sep 2012 16:19:10 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164134 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/X86/x86_nop.s [new file with mode: 0644]

diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s
new file mode 100644 (file)
index 0000000..37dec25
--- /dev/null
@@ -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