[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / vararg_no_start.ll
blobab5c6fc58aa2363ff1d7db1a2b15096ff3220e95
1 ; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-windows-msvc < %s | FileCheck %s
4 define void @foo(i8*, ...) {
5   ret void
7 ; CHECK-LABEL: {{^_?}}foo:
8 ; CHECK-NOT: movq
9 ; CHECK: retq