[WebAssembly] Add type prefixes to call instructions
[oota-llvm.git] / test / CodeGen / WebAssembly / f64.ll
index 51eb33790a9e6020d3960a3031eb5d40827284df..302ee79389b3898fbdd995f68c5b53651f2715fa 100644 (file)
@@ -146,7 +146,7 @@ define double @fmax64(double %x) {
 }
 
 ; CHECK-LABEL: fma64:
-; CHECK: call $push0=, fma, $0, $1, $2{{$}}
+; CHECK: {{^}} f64.call $push0=, fma, $0, $1, $2{{$}}
 ; CHECK-NEXT: return $pop0{{$}}
 define double @fma64(double %a, double %b, double %c) {
   %d = call double @llvm.fma.f64(double %a, double %b, double %c)