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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
vararg_no_start.ll
blob
15287c25fb16939b6c8dd5922666bf65557cdccc
1
; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
2
; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s
3
4
define void @foo(ptr, ...) {
5
ret void
6
}
7
; CHECK-LABEL: {{^_?}}foo:
8
; CHECK-NOT: movq
9
; CHECK: retq