diff options
-rw-r--r-- | compiler-rt/lib/builtins/fixunsxfdi.c | 2 | ||||
-rw-r--r-- | compiler-rt/lib/builtins/udivmoddi4.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/builtins/fixunsxfdi.c b/compiler-rt/lib/builtins/fixunsxfdi.c index 852a6644eb8..097a4e55e93 100644 --- a/compiler-rt/lib/builtins/fixunsxfdi.c +++ b/compiler-rt/lib/builtins/fixunsxfdi.c @@ -47,4 +47,4 @@ COMPILER_RT_ABI du_int __fixunsxfdi(long double a) { #pragma warning(pop) #endif -#endif //!_ARCH_PPC
\ No newline at end of file +#endif //!_ARCH_PPC diff --git a/compiler-rt/lib/builtins/udivmoddi4.c b/compiler-rt/lib/builtins/udivmoddi4.c index 4db9be9b16d..5b297c32d79 100644 --- a/compiler-rt/lib/builtins/udivmoddi4.c +++ b/compiler-rt/lib/builtins/udivmoddi4.c @@ -197,4 +197,4 @@ COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) { #if defined(_MSC_VER) && !defined(__clang__) #pragma warning(pop) -#endif
\ No newline at end of file +#endif |