aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-13 10:50:30 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-10-13 10:50:30 +0000
commit1ce3d58afa8c65eb1638d73c7fb93e7651f8bef5 (patch)
tree81dc69c1182c7c2f5779c5e883e9409250a10937 /gcc
parent66c0e3b5967d0a8790aafdd9be6b304e3e676fac (diff)
downloadgcc-1ce3d58afa8c65eb1638d73c7fb93e7651f8bef5.zip
gcc-1ce3d58afa8c65eb1638d73c7fb93e7651f8bef5.tar.gz
gcc-1ce3d58afa8c65eb1638d73c7fb93e7651f8bef5.tar.bz2
Remove inclusion of loop.h
From-SVN: r88977
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/c4x/c4x.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a34201..8473914 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-13 Nick Clifton <nickc@redhat.com>
+
+ * config/c4x/c4x.c: Remove inclusion of loop.h.
+
2004-10-12 Ben Elliston <bje@au.ibm.com>
* basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index 9c9dc0e..aeacecb 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -42,7 +42,6 @@ Boston, MA 02111-1307, USA. */
#include "optabs.h"
#include "libfuncs.h"
#include "flags.h"
-#include "loop.h"
#include "recog.h"
#include "ggc.h"
#include "cpplib.h"