diff options
Diffstat (limited to 'test/MC/ARM/neon-table-encoding.ll')
-rw-r--r-- | test/MC/ARM/neon-table-encoding.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/ARM/neon-table-encoding.ll b/test/MC/ARM/neon-table-encoding.ll index 1352855..285b097 100644 --- a/test/MC/ARM/neon-table-encoding.ll +++ b/test/MC/ARM/neon-table-encoding.ll @@ -1,5 +1,6 @@ ; RUN: llc -show-mc-encoding -march=arm -mcpu=cortex-a8 -mattr=+neon < %s | FileCheck %s +; XFAIL: * %struct.__neon_int8x8x2_t = type { <8 x i8>, <8 x i8> } %struct.__neon_int8x8x3_t = type { <8 x i8>, <8 x i8>, <8 x i8> } |