diff options
Diffstat (limited to 'llvm/test/MC/ARM')
| -rw-r--r-- | llvm/test/MC/ARM/basic-arm-instructions.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/basic-arm-instructions.s b/llvm/test/MC/ARM/basic-arm-instructions.s index da68a6cfd10..d4d79364b3d 100644 --- a/llvm/test/MC/ARM/basic-arm-instructions.s +++ b/llvm/test/MC/ARM/basic-arm-instructions.s @@ -791,10 +791,12 @@ Lforward: @ CPS @------------------------------------------------------------------------------ cpsie aif + cpsie AIF cps #15 cpsid if, #10 @ CHECK: cpsie aif @ encoding: [0xc0,0x01,0x08,0xf1] +@ CHECK: cpsie aif @ encoding: [0xc0,0x01,0x08,0xf1] @ CHECK: cps #15 @ encoding: [0x0f,0x00,0x02,0xf1] @ CHECK: cpsid if, #10 @ encoding: [0xca,0x00,0x0e,0xf1] |

