summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/truncsfhf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/truncsfhf2.c')
-rw-r--r--compiler-rt/lib/builtins/truncsfhf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/truncsfhf2.c b/compiler-rt/lib/builtins/truncsfhf2.c
index 381e590c342..5dbf8aa2299 100644
--- a/compiler-rt/lib/builtins/truncsfhf2.c
+++ b/compiler-rt/lib/builtins/truncsfhf2.c
@@ -13,7 +13,7 @@
// Use a forwarding definition and noinline to implement a poor man's alias,
// as there isn't a good cross-platform way of defining one.
-COMPILER_RT_ABI __attribute__((noinline)) uint16_t __truncsfhf2(float a) {
+COMPILER_RT_ABI NOINLINE uint16_t __truncsfhf2(float a) {
return __truncXfYf2__(a);
}
OpenPOWER on IntegriCloud