repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
SystemZ
/
00-RetVoid.ll
blob
6f3cbac738f8e8ae4de9f59ef518cecd0104f296
1
; RUN: llc < %s -march=systemz
2
3
define void @foo() {
4
entry:
5
ret void
6
}