diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-11 19:43:42 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-11 19:43:42 +0000 |
commit | 961afdf1b641cfa9ed66a6705046393e1dea8847 (patch) | |
tree | c4ec66abbb72e1d944f9de5a560576b686e2ed9e | |
parent | 534de6cad8654af30982edde7dc59d9472a6d2f6 (diff) |
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137336 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/arm-memory-instructions.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ARM/arm-memory-instructions.s b/test/MC/ARM/arm-memory-instructions.s index 7f57835031..fda6031bea 100644 --- a/test/MC/ARM/arm-memory-instructions.s +++ b/test/MC/ARM/arm-memory-instructions.s @@ -350,6 +350,9 @@ _func: @ CHECK: strb r5, [r7], #72 @ encoding: [0x48,0x50,0xc7,0xe4] @ CHECK: strb r1, [sp], #-1 @ encoding: [0x01,0x10,0x4d,0xe4] +@------------------------------------------------------------------------------ +@ FIXME: STRB (literal) +@------------------------------------------------------------------------------ @------------------------------------------------------------------------------ @ STRB (register) |