Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4a5a8949cd15bab98c6d73754b4d6376b34ee8af
/
.
/
test
/
CodeGen
/
Mips
/
null.ll
blob: a5e2c06576d421e2ece323ffec84d75a987fd947 [
file
] [
log
] [
blame
]
Akira Hatanaka
4a5a894
2012-05-24 18:32:33 +0000
[
diff
] [
blame^
]
1
; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
2
3
4
define
i32
@main
()
nounwind
{
5
entry
:
6
ret
i32
0
7
8
; 16: jr $ra
9
10
}