summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 20:57:28 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 20:57:28 +0000
commitde9b3ada5d8ab6bb4575d6f73df674871338106c (patch)
treec37bed5314f9ebb228bf8205c0687ef02fea71df /llvm/test
parented0278c37f7d6dd7cb4c017563e60b3283b3e73b (diff)
downloadbcm5719-llvm-de9b3ada5d8ab6bb4575d6f73df674871338106c.tar.gz
bcm5719-llvm-de9b3ada5d8ab6bb4575d6f73df674871338106c.zip
this apparently depends on the host somehow.
llvm-svn: 95122
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
index 1fcd1f02280..8914cb88b96 100644
--- a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
+++ b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
@@ -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)
OpenPOWER on IntegriCloud