OSDN Git Service

am 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
[android-x86/external-llvm.git] / test / CodeGen / ARM / Windows / hard-float.ll
1 ; RUN: llc -mtriple=thumbv7-windows-itanium -mcpu=cortex-a9 -o - %s | FileCheck %s
2
3 define float @function(float %f, float %g) nounwind {
4 entry:
5   %h = fadd float %f, %g
6   ret float %h
7 }
8
9 ; CHECK: vadd.f32 s0, s0, s1
10