aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2011-10-24 11:03:12 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2011-10-24 11:03:12 +0000
commit9f02e6a5b5c53618d4081e5e5a9796267552905d (patch)
treefd62bba99a6f44955eb8c429be17573359af995c /gcc/rtlanal.c
parentb3c336413b3354e4d18e2e8454eee884e3349f99 (diff)
downloadgcc-9f02e6a5b5c53618d4081e5e5a9796267552905d.zip
gcc-9f02e6a5b5c53618d4081e5e5a9796267552905d.tar.gz
gcc-9f02e6a5b5c53618d4081e5e5a9796267552905d.tar.bz2
re PR bootstrap/50836 (bootstrap fails due to error: no previous prototype for 'find_all_hard_reg_sets')
PR bootstrap/50836 * rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h". From-SVN: r180376
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r--gcc/rtlanal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index b98fa92..54d9eb1 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -25,8 +25,8 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "diagnostic-core.h"
-#include "rtl.h"
#include "hard-reg-set.h"
+#include "rtl.h"
#include "insn-config.h"
#include "recog.h"
#include "target.h"