Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5b51fd5b550a9589f95e677fca801cea565e8d9f
/
.
/
test
/
CodeGen
/
Mips
/
null.ll
blob: 00c66a9928f620da66e467e2e11295cca5ff3d2a [
file
] [
log
] [
blame
]
; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
define
i32
@main
()
nounwind
{
entry
:
ret
i32
0
; 16: .set mips16 # @main
; 16: jrc $ra
}