10 lines · plain
1; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s2; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s3 4define void @foo(ptr, ...) {5 ret void6}7; CHECK-LABEL: {{^_?}}foo:8; CHECK-NOT: movq9; CHECK: retq10 1; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s2; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s3 4define void @foo(ptr, ...) {5 ret void6}7; CHECK-LABEL: {{^_?}}foo:8; CHECK-NOT: movq9; CHECK: retq10