summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/multf3.c
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2019-04-28 21:53:32 +0000
committerPetr Hosek <phosek@chromium.org>2019-04-28 21:53:32 +0000
commit082b89b25faae3e45a023caf51b65ca0f02f377f (patch)
tree4f7f1b6b689478ec222262aaa1ac364fc7c00dc6 /compiler-rt/lib/builtins/multf3.c
parent65f12f66f6f6ca400ab32f6ded79cd41e14010b3 (diff)
downloadbcm5719-llvm-082b89b25faae3e45a023caf51b65ca0f02f377f.tar.gz
bcm5719-llvm-082b89b25faae3e45a023caf51b65ca0f02f377f.zip
[builtins] Reformat builtins with clang-format
Update formatting to use the LLVM style. This is part of the cleanup proposed in "[RFC] compiler-rt builtins cleanup and refactoring". Differential Revision: https://reviews.llvm.org/D60351 llvm-svn: 359410
Diffstat (limited to 'compiler-rt/lib/builtins/multf3.c')
-rw-r--r--compiler-rt/lib/builtins/multf3.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/lib/builtins/multf3.c b/compiler-rt/lib/builtins/multf3.c
index d3885b7c54b..0626fb8c7fc 100644
--- a/compiler-rt/lib/builtins/multf3.c
+++ b/compiler-rt/lib/builtins/multf3.c
@@ -17,8 +17,6 @@
#if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
#include "fp_mul_impl.inc"
-COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) {
- return __mulXf3__(a, b);
-}
+COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) { return __mulXf3__(a, b); }
#endif
OpenPOWER on IntegriCloud