From: Gabor Buella Date: Wed, 4 Jul 2018 11:29:21 +0000 (+0000) Subject: NFC - Fix type in builtins-ppc-p9vector.c test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7006dc77d3ac7d4b6a2392bc8436f69a7244de;p=clang NFC - Fix type in builtins-ppc-p9vector.c test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336264 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/builtins-ppc-p9vector.c b/test/CodeGen/builtins-ppc-p9vector.c index f92df86561..bfbb815854 100644 --- a/test/CodeGen/builtins-ppc-p9vector.c +++ b/test/CodeGen/builtins-ppc-p9vector.c @@ -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);