test commit
authorAlbion Fung <conanap@lep82435v.canlab.ibm.com>
Mon, 10 Aug 2020 22:36:50 +0000 (18:36 -0400)
committerAlbion Fung <conanap@lep82435v.canlab.ibm.com>
Tue, 11 Aug 2020 01:18:36 +0000 (21:18 -0400)
clang/test/CodeGen/builtins-ppc-p10vector.c

index 5bab616..2279d9c 100644 (file)
@@ -2,7 +2,6 @@
 // RUN: %clang_cc1 -target-feature +vsx \
 // RUN:   -target-cpu pwr10 -triple powerpc64-unknown-unknown -emit-llvm %s \
 // RUN:   -o - | FileCheck %s -check-prefixes=CHECK-BE,CHECK
-
 // RUN: %clang_cc1 -target-feature +vsx \
 // RUN:   -target-cpu pwr10 -triple powerpc64le-unknown-unknown -emit-llvm %s \
 // RUN:   -o - | FileCheck %s -check-prefixes=CHECK-LE,CHECK