[Thumb/Thumb2] Implement restrictions on SP in register list on LDM, STM variants...
[oota-llvm.git] / test / MC / ARM / udf-thumb.s
1 @ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
2
3         .syntax unified
4         .text
5         .thumb
6
7 undefined:
8         udf #0
9
10 @ CHECK: udf    #0                      @ encoding: [0x00,0xde]
11