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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
null-streamer.ll
blob
56cebbfafb7c9f02370637d78c877c55502701bc
1
; Test the null streamer with a terget streamer.
2
; RUN: llc -O0 -filetype=null -mtriple=mips-linux < %s
3
4
define i32 @main() {
5
entry:
6
ret i32 0
7
}