projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix PR25838.
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
formal.ll
1
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
2
3
declare void @bar(i64 %x, i64 %y)
4
5
define void @foo() {
6
call void @bar(i64 2, i64 3)
7
ret void
8
}