diff options
Diffstat (limited to 'compiler-rt/lib/builtins/bswapsi2.c')
-rw-r--r-- | compiler-rt/lib/builtins/bswapsi2.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/compiler-rt/lib/builtins/bswapsi2.c b/compiler-rt/lib/builtins/bswapsi2.c index 78edf5f527b..ec566d61a2b 100644 --- a/compiler-rt/lib/builtins/bswapsi2.c +++ b/compiler-rt/lib/builtins/bswapsi2.c @@ -1,15 +1,14 @@ -/* ===-- bswapsi2.c - Implement __bswapsi2 ---------------------------------=== - * - * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. - * See https://llvm.org/LICENSE.txt for license information. - * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - * - * ===----------------------------------------------------------------------=== - * - * This file implements __bswapsi2 for the compiler_rt library. - * - * ===----------------------------------------------------------------------=== - */ +//===-- bswapsi2.c - Implement __bswapsi2 ---------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// +// +// This file implements __bswapsi2 for the compiler_rt library. +// +//===----------------------------------------------------------------------===// #include "int_lib.h" |