summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-24 11:03:12 +0000
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-24 11:03:12 +0000
commitb2528b76f2353d7ae22eed5f5e6db41123ba9c63 (patch)
treefd62bba99a6f44955eb8c429be17573359af995c /gcc/rtlanal.c
parente2b938a02f0c303e59374014d8adb51532c5edc6 (diff)
downloadgcc-b2528b76f2353d7ae22eed5f5e6db41123ba9c63.tar.gz
PR bootstrap/50836
* rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180376 138bc75d-0d04-0410-961f-82ee72b054a4
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 b98fa92cdae..54d9eb1ef67 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"