aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vararg_no_start.ll
blob: ab5c6fc58aa2363ff1d7db1a2b15096ff3220e95 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s

define void @foo(i8*, ...) {
  ret void
}
; CHECK-LABEL: {{^_?}}foo:
; CHECK-NOT: movq
; CHECK: retq