Deleted Added
full compact
3c3,5
< // The LLVM Compiler Infrastructure
---
> // 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
5,7d6
< // This file is dual licensed under the MIT and the University of Illinois Open
< // Source Licenses. See LICENSE.TXT for details.
< //
18,20c17
< COMPILER_RT_ABI double __trunctfdf2(long double a) {
< return __truncXfYf2__(a);
< }
---
> COMPILER_RT_ABI double __trunctfdf2(long double a) { return __truncXfYf2__(a); }