Skip to content
Snippets Groups Projects
  • Jakub Jelinek's avatar
    a1a6c5b2
    gimple.h (gimplify_seq_add_stmt): Rename to... · a1a6c5b2
    Jakub Jelinek authored
    	* gimple.h (gimplify_seq_add_stmt): Rename to...
    	(gimple_seq_add_stmt_without_update): ... this.
    	* gimplify.c (gimplify_seq_add_stmt): Rename to...
    	(gimple_seq_add_stmt_without_update): ... this.
    	(gimplify_seq_add_stmt): New inline wrapper for it.
    	* tree-vect-patterns.c (append_pattern_def_seq): Use
    	gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.
    
    	* cp-gimplify.c (gimplify_must_not_throw_expr): Use
    	gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.
    
    From-SVN: r182482
    a1a6c5b2
    History
    gimple.h (gimplify_seq_add_stmt): Rename to...
    Jakub Jelinek authored
    	* gimple.h (gimplify_seq_add_stmt): Rename to...
    	(gimple_seq_add_stmt_without_update): ... this.
    	* gimplify.c (gimplify_seq_add_stmt): Rename to...
    	(gimple_seq_add_stmt_without_update): ... this.
    	(gimplify_seq_add_stmt): New inline wrapper for it.
    	* tree-vect-patterns.c (append_pattern_def_seq): Use
    	gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.
    
    	* cp-gimplify.c (gimplify_must_not_throw_expr): Use
    	gimple_seq_add_stmt_without_update instead of gimplify_seq_add_stmt.
    
    From-SVN: r182482