aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-05-19 22:32:19 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-05-19 22:32:19 +0100
commit676dd4d4df5ec4d6bece743cb8d87d862bc3c379 (patch)
treefc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/cse.c
parentcaba7aaaa7306157ccdae7874b3430290a004ffa (diff)
downloadgcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.zip
gcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.tar.gz
gcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.tar.bz2
diagnostic.c (FLOAT, FFS): Don't undefine.
* 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. From-SVN: r159602
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 98ef8d9..4683c7f 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"