From 06470311c574da4f83f91400234a1e1fc4c9ea1b Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Wed, 27 Jul 2011 20:29:48 +0000 Subject: Refactor the STRT and STRBT instructions to distinguish between the register-addend and immediate-addend versions. Temporarily XFAIL the asm parsing tests for these instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136255 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/arm_addrmode2.s | 1 + 1 file changed, 1 insertion(+) (limited to 'test/MC/ARM/arm_addrmode2.s') diff --git a/test/MC/ARM/arm_addrmode2.s b/test/MC/ARM/arm_addrmode2.s index ca99233b9b..76fe0275f2 100644 --- a/test/MC/ARM/arm_addrmode2.s +++ b/test/MC/ARM/arm_addrmode2.s @@ -1,4 +1,5 @@ @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s +@ XFAIL: * @ Post-indexed @ CHECK: ldrt r1, [r0], r2 @ encoding: [0x02,0x10,0xb0,0xe6] -- cgit v1.2.3