summaryrefslogtreecommitdiffstats
path: root/libgcc/config/ia64/sfp-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/ia64/sfp-machine.h')
-rw-r--r--libgcc/config/ia64/sfp-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/ia64/sfp-machine.h b/libgcc/config/ia64/sfp-machine.h
index e86b7e3ae47..47741946330 100644
--- a/libgcc/config/ia64/sfp-machine.h
+++ b/libgcc/config/ia64/sfp-machine.h
@@ -60,7 +60,7 @@ void __sfp_handle_exceptions (int);
#define FP_HANDLE_EXCEPTIONS \
do { \
- if (_fex) \
+ if (__builtin_expect (_fex, 0)) \
__sfp_handle_exceptions (_fex); \
} while (0);
OpenPOWER on IntegriCloud