diff options
Diffstat (limited to 'compiler-rt/lib/builtins/mingw_fixfloat.c')
-rw-r--r-- | compiler-rt/lib/builtins/mingw_fixfloat.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/compiler-rt/lib/builtins/mingw_fixfloat.c b/compiler-rt/lib/builtins/mingw_fixfloat.c index f2c918755e0..945be9d4344 100644 --- a/compiler-rt/lib/builtins/mingw_fixfloat.c +++ b/compiler-rt/lib/builtins/mingw_fixfloat.c @@ -1,11 +1,10 @@ -/* ===-- mingw_fixfloat.c - Wrap int/float conversions for arm/windows -----=== - * - * 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 - * - * ===----------------------------------------------------------------------=== - */ +//===-- mingw_fixfloat.c - Wrap int/float conversions for arm/windows -----===// +// +// 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 +// +//===----------------------------------------------------------------------===// #include "int_lib.h" |