diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-24 11:03:12 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-24 11:03:12 +0000 |
commit | b2528b76f2353d7ae22eed5f5e6db41123ba9c63 (patch) | |
tree | fd62bba99a6f44955eb8c429be17573359af995c /gcc/rtlanal.c | |
parent | e2b938a02f0c303e59374014d8adb51532c5edc6 (diff) | |
download | gcc-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.c | 2 |
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" |