diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-10 16:05:47 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-10 16:05:47 +0000 |
commit | 14a77d4b89940ba45a5c924e57347125e0eb4eb3 (patch) | |
tree | c292f3df7a28809cfef394444c99b3a82cdfc2b9 /test | |
parent | 48e1359f978cc5959179860de764ea40e91c42ea (diff) | |
download | external_llvm-14a77d4b89940ba45a5c924e57347125e0eb4eb3.zip external_llvm-14a77d4b89940ba45a5c924e57347125e0eb4eb3.tar.gz external_llvm-14a77d4b89940ba45a5c924e57347125e0eb4eb3.tar.bz2 |
llvm-mc/AsmParser: Check for matches with super classes when matching
instruction operands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/AsmParser/hello.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index b60da0d..81bca6d 100644 --- a/test/MC/AsmParser/hello.s +++ b/test/MC/AsmParser/hello.s @@ -1,5 +1,4 @@ // RUN: llvm-mc -triple i386-unknown-unknown %s -o - -// XFAIL: * .text .align 4,0x90 |