[X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions
[oota-llvm.git] / test / CodeGen / ARM / Windows / mangling.ll
1 ; RUN: llc -mtriple=thumbv7-windows -mcpu=cortex-a9 -o - %s | FileCheck %s
2
3 define void @function() nounwind {
4 entry:
5   ret void
6 }
7
8 ; CHECK-LABEL: function
9