1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc %s -arch=mips | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS. 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker.text 5*9880d681SAndroid Build Coastguard Worker.set mips16 6*9880d681SAndroid Build Coastguard Worker.set nomips16 7*9880d681SAndroid Build Coastguard Worker 8*9880d681SAndroid Build Coastguard Worker# CHECK: .text 9*9880d681SAndroid Build Coastguard Worker# CHECK: .set mips16 10*9880d681SAndroid Build Coastguard Worker# CHECK: .set nomips16 11