From d68c474ec55a3dd43f9fa8ea4c89e5fae62909ab Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 6 Sep 2010 23:40:56 +0000 Subject: fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113184 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/X86/x86_instructions.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/MC') diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s index 43702a1..308dc09 100644 --- a/test/MC/AsmParser/X86/x86_instructions.s +++ b/test/MC/AsmParser/X86/x86_instructions.s @@ -173,3 +173,8 @@ outb %al, $161 outw %ax, $128 // CHECK: inb $161, %al inb $161, %al + +// rdar://8017621 +// CHECK: pushq $1 +push $1 + -- cgit v1.1