projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tweak test to check instructions rather than relying on the comment string
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
ret_void.ll
1
; RUN: llc < %s -march=arm
2
3
define void @test() {
4
ret void
5
}
6