]> git.ipfire.org Git - thirdparty/gcc.git/commit
s390.c: Include tree-pass.h and context.h.
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Fri, 7 Feb 2014 14:50:19 +0000 (14:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 7 Feb 2014 14:50:19 +0000 (14:50 +0000)
commit4099494d5eeec55b73dd256894e2c1bd6efcf936
tree5690bf87cd495b90836e1c25d96950370149c1ef
parent3489cc3363c657e70b5c4dd25abf6f0de6d83c72
s390.c: Include tree-pass.h and context.h.

gcc/
* config/s390/s390.c: Include tree-pass.h and context.h.
(s390_early_mach): New function, split out from...
(s390_emit_prologue): ...here.
(pass_data_s390_early_mach): New pass structure.
(pass_s390_early_mach): New class.
(s390_option_override): Create and register early_mach pass.
Move to end of file.

From-SVN: r207603
gcc/ChangeLog
gcc/config/s390/s390.c