Fix typo in test.

Differential Revision: https://reviews.llvm.org/D76949
This commit is contained in:
Kevin P. Neal 2020-04-03 15:21:33 -04:00
parent 688450c7f0
commit d7a0516ddc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ void test_fma(void) {
// CHECK: fneg <2 x double> [[RESULT]]
vf = __builtin_vsx_xvmsubasp(vf, vf, vf);
// CHECK: [[RESULT:%[^ ]+]] fneg <4 x float> %{{.*}}
// CHECK: [[RESULT:%[^ ]+]] = fneg <4 x float> %{{.*}}
// CHECK: @llvm.fma.v4f32(<4 x float> %{{.*}}, <4 x float> %{{.*}}, <4 x float> [[RESULT]])
vd = __builtin_vsx_xvmsubadp(vd, vd, vd);