Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten-fastcomp
/
refs/heads/optimize-modules
/
.
/
test
/
CodeGen
/
Mips
/
null.ll
blob: bc78a27f199c86e485abdc88c0b0badcea09dd78 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
define
i32
@main
()
nounwind
{
entry
:
ret
i32
0
; 16: .set mips16
; 16: jrc $ra
}