From 961afdf1b641cfa9ed66a6705046393e1dea8847 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 11 Aug 2011 19:43:42 +0000 Subject: [PATCH] Add FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137336 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/arm-memory-instructions.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/MC/ARM/arm-memory-instructions.s b/test/MC/ARM/arm-memory-instructions.s index 7f57835031d..fda6031bea4 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)