diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-05-19 22:32:19 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-05-19 22:32:19 +0100 |
commit | 676dd4d4df5ec4d6bece743cb8d87d862bc3c379 (patch) | |
tree | fc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/cse.c | |
parent | caba7aaaa7306157ccdae7874b3430290a004ffa (diff) | |
download | gcc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |