Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / MC / AVR / inst-push.s
blobca8497ab54e806a92ed30396176a3676ea07b00d
1 ; RUN: llvm-mc -triple avr -mattr=sram -show-encoding < %s | FileCheck %s
4 foo:
6 push r31
7 push r25
8 push r5
9 push r0
11 ; CHECK: push r31 ; encoding: [0xff,0x93]
12 ; CHECK: push r25 ; encoding: [0x9f,0x93]
13 ; CHECK: push r5 ; encoding: [0x5f,0x92]
14 ; CHECK: push r0 ; encoding: [0x0f,0x92]