summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/simple-fp-encoding.s
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-02-10 00:08:28 +0000
committerJim Grosbach <grosbach@apple.com>2011-02-10 00:08:28 +0000
commit6e2e29bd11122e2cf2cb179451d511fe7a957e29 (patch)
tree2a97aa888dbaf79491bd6b27dca8b3e2df1a0e77 /llvm/test/MC/ARM/simple-fp-encoding.s
parent1cabebe7bc5d0e67f5e994ddc2552d9e83480a96 (diff)
downloadbcm5719-llvm-6e2e29bd11122e2cf2cb179451d511fe7a957e29.tar.gz
bcm5719-llvm-6e2e29bd11122e2cf2cb179451d511fe7a957e29.zip
Do AsmMatcher operand classification per-opcode.
When matching operands for a candidate opcode match in the auto-generated AsmMatcher, check each operand against the expected operand match class. Previously, operands were classified independently of the opcode being handled, which led to difficulties when operand match classes were more complicated than simple subclass relationships. llvm-svn: 125245
Diffstat (limited to 'llvm/test/MC/ARM/simple-fp-encoding.s')
-rw-r--r--llvm/test/MC/ARM/simple-fp-encoding.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/simple-fp-encoding.s b/llvm/test/MC/ARM/simple-fp-encoding.s
index bb4e53f1db3..891738085a2 100644
--- a/llvm/test/MC/ARM/simple-fp-encoding.s
+++ b/llvm/test/MC/ARM/simple-fp-encoding.s
@@ -1,5 +1,4 @@
@ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
-@ XFAIL: *
@ CHECK: vadd.f64 d16, d17, d16 @ encoding: [0xa0,0x0b,0x71,0xee]
vadd.f64 d16, d17, d16
OpenPOWER on IntegriCloud