1 ; RUN: llc -mtriple=thumbv7-windows-itanium -mcpu=cortex-a9 -o - %s \
2 ; RUN: | FileCheck %s -check-prefix CHECK-WIN
4 ; RUN: llc -mtriple=thumbv7-windows-gnu -mcpu=cortex-a9 -o - %s \
5 ; RUN: | FileCheck %s -check-prefix CHECK-GNU
7 define float @function(float %f, float %g) nounwind {
13 ; CHECK-WIN: vadd.f32 s0, s0, s1
15 ; CHECK-GNU: vadd.f32 s0, s0, s1