bolt/deps/llvm-18.1.8/llvm/test/CodeGen/X86/vararg_no_start.ll
2025-02-14 19:21:04 +01:00

9 lines
215 B
LLVM

; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s
define void @foo(ptr, ...) {
ret void
}
; CHECK-LABEL: {{^_?}}foo:
; CHECK-NOT: movq
; CHECK: retq