this apparently depends on the host somehow.

llvm-svn: 95122
This commit is contained in:
Chris Lattner 2010-02-02 20:57:28 +00:00
parent ed0278c37f
commit de9b3ada5d
1 changed files with 2 additions and 3 deletions

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)