Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / MC / ARM / thumb-st_other.s
blob8750c2bba5fd61223ee2b02ca88d931db1ffd9ce
1 @ Check the value of st_other for thumb function.
3 @ ARM does not define any st_other flags for thumb function. The value
4 @ for st_other should always be 0.
6 @ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
7 @ RUN: | llvm-readobj -t | FileCheck %s
9 .syntax unified
10 .text
11 .align 2
12 .thumb_func
13 .global main
14 .type main,%function
15 main:
16 bx lr
18 @ CHECK: Name: main
19 @ CHECK: Other: 0