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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb
/
triple.ll
blob
0a1759f081bae34f39412ffee1ff02632228adb5
1
; RUN: llc < %s -mtriple=thumb | FileCheck %s
2
3
; CHECK: .code 16
4
5
define void @f() {
6
ret void
7
}