projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017acb4
)
* dominance.c: Include errors.h instead of error.h.
author
Stan Shebs
<shebs@apple.com>
Thu, 20 Jun 2002 22:33:42 +0000
(22:33 +0000)
committer
Stan Shebs
<shebs@gcc.gnu.org>
Thu, 20 Jun 2002 22:33:42 +0000
(22:33 +0000)
From-SVN: r54858
gcc/ChangeLog
patch
|
blob
|
history
gcc/dominance.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f7b0f3261b57e60cbf5f19f9b17a51e61181e96c..b673de3face7c6e3c8f60bc51cfbede1094fe54a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2002-06-20 Stan Shebs <shebs@apple.com>
+
+ * dominance.c: Include errors.h instead of error.h.
+
2002-06-20 Neil Booth <neil@daikokuya.co.uk>
* cppexp.c (cpp_interpret_integer): Don't force traditional
diff --git
a/gcc/dominance.c
b/gcc/dominance.c
index d080957eb46e9daf38c7253f92f940a374633aeb..dd90686829fcbebcf4fa7a55cdd649fdf6c63b4b 100644
(file)
--- a/
gcc/dominance.c
+++ b/
gcc/dominance.c
@@
-38,7
+38,7
@@
#include "rtl.h"
#include "hard-reg-set.h"
#include "basic-block.h"
-#include "error.h"
+#include "error
s
.h"
#include "et-forest.h"
struct dominance_info