diff options
| -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 06a9dfed3d3..e5f28ec4571 100644 --- a/llvm/test/MC/ARM/basic-thumb-instructions.s +++ b/llvm/test/MC/ARM/basic-thumb-instructions.s @@ -371,3 +371,11 @@ _func:          pop {r2, r3, r6}  @ CHECK: pop	{r2, r3, r6}            @ encoding: [0x4c,0xbc] + + +@------------------------------------------------------------------------------ +@ PUSH +@------------------------------------------------------------------------------ +        push {r1, r2, r7} + +@ CHECK: push	{r1, r2, r7}            @ encoding: [0x86,0xb4]  | 

