this apparently depends on the host somehow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-02-02 20:57:28 +00:00
parent 3900837ca6
commit 1de46a4ab5

View File

@ -3,9 +3,8 @@
// will not yet encode correctly. The subset that will encode correctly are in
// the file x86_32-bit.s .
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
// XFAIL: *
// RUN: true
// llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
// CHECK: movb $127, 3735928559(%ebx,%ecx,8)
movb $0x7f,0xdeadbeef(%ebx,%ecx,8)