Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
[oota-llvm.git] / test / MC / Mips / elf_st_other.s
1 // RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o -| llvm-readobj -t | FileCheck %s
2
3
4 .globl f1
5 .set micromips
6 f1:
7         nop
8
9 .globl f2
10 .set nomicromips
11 f2:
12         nop
13
14 // CHECK-LABEL: Name: f1
15 // CHECK:       Other: 128
16 // CHECK-LABEL: Name: f2
17 // CHECK:       Other: 0