NFC - Fix type in builtins-ppc-p9vector.c test

llvm-svn: 336264
This commit is contained in:
Gabor Buella 2018-07-04 11:29:21 +00:00
parent b05811ab03
commit bf591794f4
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ vector bool int test86(void) {
}
vector bool long long test87(void) {
// CHECK-BE: @llvm.ppc.vsx.xvtstdcdp(<2 x double> {{.+}}, i32 127)
// CHECK-BE_NEXT: ret <2 x i64
// CHECK-BE-NEXT: ret <2 x i64>
// CHECK: @llvm.ppc.vsx.xvtstdcdp(<2 x double> {{.+}}, i32 127)
// CHECK-NEXT: ret <2 x i64>
return vec_test_data_class(vda, __VEC_CLASS_FP_NOT_NORMAL);