Sign in
llvm
/
llvm-project
/
628d53aba53204b8b7eac69b200b04bc4433deac
/
.
/
llvm
/
test
/
MC
/
Mips
/
set-mips16-directive.s
blob: 9987c539126d4b55fd79ba71d51400788b2fe42c [
file
] [
log
] [
blame
]
# RUN: llvm-mc %s -triple=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