aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rios2.md
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2003-07-21 13:54:25 +0000
committerDiego Novillo <dnovillo@redhat.com>2003-07-21 13:54:25 +0000
commit115d371040ee7bc5b1db39094295151d3ff67fec (patch)
treeecc99f09d902993f49ec5ed29dd095fa3fdd76ce /gcc/config/rs6000/rios2.md
parent0a8ffdd9b53d023358a4d9728acb0dcf889b4cb4 (diff)
2003-07-21 Steven Bosscher <steven@gcc.gnu.org>
Diego Novillo <dnovillo@redhat.com> * Makefile.in (install-po): Check if $CATALOGS is empty to avoid buggy shells. * basic-block.h (rtl_verify_flow_info): Remove. (tree_verify_flow_info): Remove. (verify_flow_info): Declare. * builtins.c: Rearrange to simplify merges. Add #if 0 around expand_ functions that are not used in the branch and move new code to the end of the file. * c-opts.c (c_common_handle_option): Move handling of -fdump- to opts.c. * cfgloopmanip.c (loop_split_edge_with_NULL): Remove. Update all users. * common.opt: Add all the tree-ssa switches. * opts.c: Handle them. * flags.h (flag_tree_cp): Remove unused variable. (enum pta_type): Move from tree-must-alias.h (flag_tree_points_to): Likewise. * toplev.c (flag_tree_cp): Remove unused variable. * tree-cfg.c: Move cfg_hooks structures and functions for trees from cfghooks.c. * tree-mudflap.c (mudflap_enqueue_decl): Don't use %D to avoid warning about format specifiers. 2003-07-21 Diego Novillo <dnovillo@redhat.com> * gimplify.c (gimplify_function_tree): Move gimplification of the function body ... (gimplify_body): ... here. * tree-simple.h (gimplify_body): Declare. * tree-inline.c (initialize_inlined_parameters): If the emitted assignment is not in GIMPLE form, gimplify the body of assignments emitted. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@69631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rios2.md')
-rw-r--r--gcc/config/rs6000/rios2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rios2.md b/gcc/config/rs6000/rios2.md
index 219127f641c..36690acf06e 100644
--- a/gcc/config/rs6000/rios2.md
+++ b/gcc/config/rs6000/rios2.md
@@ -39,7 +39,7 @@
"iu1_rios2|iu2_rios2")
(define_insn_reservation "rios2-integer" 1
- (and (eq_attr "type" "integer")
+ (and (eq_attr "type" "integer,insert_word")
(eq_attr "cpu" "rios2"))
"iu1_rios2|iu2_rios2")