aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-05-19 21:32:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2010-05-19 21:32:19 +0000
commit8b749d90bb171862abc662f260f22a6669d53544 (patch)
treefc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/cse.c
parent142a2c23b7b5d0483e1b8c276a8951cea1cdc2cc (diff)
* diagnostic.c (FLOAT, FFS): Don't undefine.
* passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise. * cse.c, regmove.c: Remove comments about stdio.h and rtl.h include ordering. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@159602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 98ef8d93d3c..4683c7f779b 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
#include "config.h"
-/* stdio.h must precede rtl.h for FFS. */
#include "system.h"
#include "coretypes.h"
#include "tm.h"