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
This commit is contained in:
Bernd Schmidt 2011-10-24 11:03:12 +00:00 committed by Bernd Schmidt
parent b3c336413b
commit 9f02e6a5b5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-24 Bernd Schmidt <bernds@codesourcery.com>
PR bootstrap/50836
* rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".
2011-10-24 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.c: Break long lines.

View File

@ -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"