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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
vararg_no_start.ll
blob
7c52a6704a68208c33f600b07fcdeabce755d351
1
; RUN: llc -mtriple=arm-darwin < %s | FileCheck %s
2
; RUN: llc -O0 -mtriple=arm-darwin < %s | FileCheck %s
3
4
define void @foo(ptr, ...) {
5
ret void
6
}
7
; CHECK-LABEL: {{^_?}}foo:
8
; CHECK-NOT: str
9
; CHECK: {{bx lr|mov pc, lr}}
10
declare void @llvm.va_start(ptr) nounwind