diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-17 20:35:57 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-17 20:35:57 +0000 |
commit | 53727fc659af5f8fc51499fd875165533187d734 (patch) | |
tree | a3c290e2a9a6308e7590f88ee39617a39b90a359 | |
parent | 4372ca6fe4119d708d43d9c9ac3feafc7607952a (diff) |
Add a couple of FIXMEs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137861 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/basic-thumb-instructions.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s index 08f4ef4352..4cdbf61e32 100644 --- a/test/MC/ARM/basic-thumb-instructions.s +++ b/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) +@------------------------------------------------------------------------------ |