Skip to content

Commit 8d256da

Browse files
committed
Commit changes for clang-format
1 parent 1df0602 commit 8d256da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ let Features = "sse4.1", Attributes = [NoThrow, Const, RequiredVectorWidth<128>]
318318
def roundsd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Vector<2, double>, _Constant int)">;
319319
def roundpd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Constant int)">;
320320
def dpps : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>, _Constant char)">;
321-
def dppd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Vector<2, "
322-
"double>, _Constant char)">;
321+
def dppd : X86Builtin<"_Vector<2, double>(_Vector<2, double>, _Vector<2,double>, _Constant char)">;
323322
def mpsadbw128 : X86Builtin<"_Vector<16, char>(_Vector<16, char>, _Vector<16, char>, _Constant char)">;
324323
def phminposuw128 : X86Builtin<"_Vector<8, short>(_Vector<8, short>)">;
325324
def vec_ext_v16qi : X86Builtin<"char(_Vector<16, char>, _Constant int)">;

clang/test/CodeGen/X86/sse41-builtins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// RUN: %clang_cc1 -x c++ -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +sse4.1 -fno-signed-char -emit-llvm -o - -Wall -Werror -fexperimental-new-constant-interpreter | FileCheck %s --check-prefixes=CHECK,X64
1616
// RUN: %clang_cc1 -x c++ -flax-vector-conversions=none -ffreestanding %s -triple=i386-apple-darwin -target-feature +sse4.1 -emit-llvm -o - -Wall -Werror -fexperimental-new-constant-interpreter | FileCheck %s --check-prefixes=CHECK
1717
// RUN: %clang_cc1 -x c++ -flax-vector-conversions=none -ffreestanding %s -triple=i386-apple-darwin -target-feature +sse4.1 -fno-signed-char -emit-llvm -o - -Wall -Werror -fexperimental-new-constant-interpreter | FileCheck %s --check-prefixes=CHECK
18-
1918
#include <immintrin.h>
2019
#include "builtin_test_helpers.h"
2120

0 commit comments

Comments
 (0)