repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
ARM
/
null-streamer.ll
blob
19ad22a4bdb866be2b6fd91fc1417053c12f9d84
1
; Test the null streamer with a terget streamer.
2
; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
3
4
define i32 @main() {
5
entry:
6
ret i32 0
7
}
8
9
module asm ".fnstart"