summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-10 21:19:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-10 21:19:28 +0000
commit1b6c0605915a2f626b1d3aae6f8371924e0fffe7 (patch)
tree0ca769024592953d3b76e0f5738e9b3d15663f37 /test
parentac6dd79a5548c2e0a409cccd34ad056dd521a80f (diff)
downloadllvm-1b6c0605915a2f626b1d3aae6f8371924e0fffe7.tar.gz
llvm-1b6c0605915a2f626b1d3aae6f8371924e0fffe7.tar.bz2
llvm-1b6c0605915a2f626b1d3aae6f8371924e0fffe7.tar.xz
MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL
x86_32-encoding.s in on expectation of it passing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/X86/x86_32-encoding.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/MC/AsmParser/X86/x86_32-encoding.s b/test/MC/AsmParser/X86/x86_32-encoding.s
index 951d494dd8..e325bdd169 100644
--- a/test/MC/AsmParser/X86/x86_32-encoding.s
+++ b/test/MC/AsmParser/X86/x86_32-encoding.s
@@ -1,9 +1,5 @@
// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
-// FIXME: This is failing to match on linux currently, with some kind of match
-// failure. I am investigating. - ddunbar
-// XFAIL: linux
-
// CHECK: movb $127, 3735928559(%ebx,%ecx,8)
// CHECK: encoding: [0xc6,0x84,0xcb,0xef,0xbe,0xad,0xde,0x7f]
movb $0x7f,0xdeadbeef(%ebx,%ecx,8)