From 36b07f2f07d3dbd4b803a2ac899d6c3c2202ae8c Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 18 Sep 2012 16:19:10 +0000 Subject: [PATCH] Add test for r164132. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164134 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/x86_nop.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/MC/X86/x86_nop.s diff --git a/test/MC/X86/x86_nop.s b/test/MC/X86/x86_nop.s new file mode 100644 index 00000000000..37dec252b72 --- /dev/null +++ b/test/MC/X86/x86_nop.s @@ -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 -- 2.34.1