blob: 15287c25fb16939b6c8dd5922666bf65557cdccc [file] [log] [blame]
; 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