8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
227 B
ArmAsm
11 lines
227 B
ArmAsm
# 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
|