repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
Mips
/
set-mips16-directive.s
blob
cf8090eaa280f56ad5db90287ceaa75cd9cdc7c4
1
# RUN: llvm-mc %s -arch=mips | FileCheck %s
2
# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
3
4
.text
5
.set mips16
6
.set nomips16
7
8
# CHECK: .text
9
# CHECK: .set mips16
10
# CHECK: .set nomips16