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 | e2d152016fae5ec61d5ad464e7b3a59751f6de26 (patch) | |
tree | 902fa975e74435fe58ae31a6307d842eff60deeb | |
parent | 8af4bbc60a76c10eebdb37b9833c2efb66496fb5 (diff) | |
download | bcm5719-llvm-e2d152016fae5ec61d5ad464e7b3a59751f6de26.tar.gz bcm5719-llvm-e2d152016fae5ec61d5ad464e7b3a59751f6de26.zip |
Add a couple of FIXMEs.
llvm-svn: 137861
-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) +@------------------------------------------------------------------------------ |