repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
null.ll
blob
67e346d959f96f78266cb44748a7a4375b0764bf
1
; RUN: llc -march=mipsel -mattr=mips16 < %s | FileCheck %s -check-prefix=16
2
3
4
define i32 @main() nounwind {
5
entry:
6
ret i32 0
7
8
; 16: .set mips16
9
10
11
; 16: jrc $ra
12
13
}