view test/MC/Mips/set-mips16-directive.s @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 60c9769439b8
children
line wrap: on
line source

# RUN: llvm-mc %s -arch=mips | FileCheck %s
# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.

.text
.set mips16
.set nomips16

# CHECK: .text
# CHECK: .set mips16
# CHECK: .set nomips16