add fast-math-flags to 'call' instructions (PR21290)
[oota-llvm.git] / test / Transforms / InstCombine / log-pow.ll
index 1acd0354431e41b3391ce1c243fcf428d68b1e2f..c5ca1688d34ac5a87890b5fdd64d733aeb16a090 100644 (file)
@@ -8,7 +8,7 @@ entry:
 }
 
 ; CHECK-LABEL: define double @mylog(
-; CHECK:   %log = call double @log(double %x) #0
+; CHECK:   %log = call fast double @log(double %x) #0
 ; CHECK:   %mul = fmul fast double %log, %y
 ; CHECK:   ret double %mul
 ; CHECK: }