diff options
| -rw-r--r-- | llvm/test/MC/ARM/basic-thumb-instructions.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/basic-thumb-instructions.s b/llvm/test/MC/ARM/basic-thumb-instructions.s index 08f4ef4352b..4cdbf61e32d 100644 --- a/llvm/test/MC/ARM/basic-thumb-instructions.s +++ b/llvm/test/MC/ARM/basic-thumb-instructions.s @@ -39,3 +39,11 @@ _func: @ CHECK: adds r1, r2, r3 @ encoding: [0xd1,0x18] @ CHECK: add r2, r8 @ encoding: [0x42,0x44] + + +@------------------------------------------------------------------------------ +@ FIXME: ADD (SP plus immediate) +@------------------------------------------------------------------------------ +@------------------------------------------------------------------------------ +@ FIXME: ADD (SP plus register) +@------------------------------------------------------------------------------ |

