add fast-math-flags to 'call' instructions (PR21290)
[oota-llvm.git] / test / Transforms / InstCombine / no_cgscc_assert.ll
index cec5297695b12392b263007037f064603f2e0854..3df04d2c8902f33d6bd239c3e121c6b744e78df2 100644 (file)
@@ -10,7 +10,7 @@ define float @bar(float %f) #0 {
   ret float %call1
 
 ; CHECK-LABEL: @bar(
-; CHECK-NEXT: call float @llvm.fabs.f32
+; CHECK-NEXT: call fast float @llvm.fabs.f32
 ; CHECK-NEXT: ret float
 }