aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-05-03 11:16:35 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2000-05-03 11:16:35 +0000
commitea49bef60422f4f59850c4d92a63b5b93e9d175c (patch)
tree3d32e0656c9c24183fdafac25bf3d79c9ce7a1fd /gcc/timevar.c
parent664fe7a8ac2413f67059880463cf7a5a85e2436f (diff)
downloadgcc-ea49bef60422f4f59850c4d92a63b5b93e9d175c.zip
gcc-ea49bef60422f4f59850c4d92a63b5b93e9d175c.tar.gz
gcc-ea49bef60422f4f59850c4d92a63b5b93e9d175c.tar.bz2
ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest whether address may trap.
* ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest whether address may trap. From-SVN: r33627
Diffstat (limited to 'gcc/timevar.c')
-rw-r--r--gcc/timevar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/timevar.c b/gcc/timevar.c
index 756365b..a9a5c5e 100644
--- a/gcc/timevar.c
+++ b/gcc/timevar.c
@@ -21,6 +21,7 @@
#include "config.h"
#include "system.h"
+#include <sys/resource.h>
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>