diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-02 17:21:59 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-02 17:21:59 +0000 |
commit | aca878c5e6d8ed34e436f4a4ec3b4e4dff3616db (patch) | |
tree | f879ec63fcc942e6d456ab2fbb9c7395fe807f68 | |
parent | 8370d91f1e70837a60653027aabcd27cea0a2e73 (diff) |
Add FIXME. Thumb2 ADR encoding choice is non-trivial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139008 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/basic-thumb2-instructions.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 4641fe3d37..e8ff1e97a8 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -86,6 +86,12 @@ _func: @ CHECK: addw r12, r6, #256 @ encoding: [0x06,0xf2,0x00,0x1c] @ CHECK: adds.w r1, r2, #496 @ encoding: [0x12,0xf5,0xf8,0x71] + +@------------------------------------------------------------------------------ +@ FIXME: ADR +@------------------------------------------------------------------------------ + + @------------------------------------------------------------------------------ @ B @------------------------------------------------------------------------------ |