ARM: do not generate BLX instructions on Cortex-M CPUs.
[oota-llvm.git] / test / CodeGen / ARM / none-macho.ll
index 60c21716dc350545221ed1a583b3bce7ced74e61..2a7878fee30064fd8479c8d6311086159a811a19 100644 (file)
@@ -84,7 +84,7 @@ define float @test_softfloat_calls(float %in) {
 
   ; Soft-float calls should be GNU-style rather than RTABI and should not be the
   ; *vfp variants used for ARMv6 iOS.
-; CHECK: blx ___addsf3{{$}}
+; CHECK: bl ___addsf3{{$}}
   ret float %sum
 }