Commit d47657bd by Rainer Orth Committed by Rainer Orth

Fix sgi typos

	libgcc:
	* config/arm/crtn.S: Fix typo.

	gcc/testsuite:
	* ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.

	gcc:
	* config/microblaze/microblaze.md: Fix typo.
	* tree-if-conv.c: Likewise.
	* tree-vect-patterns.c: Likewise.

From-SVN: r185325
parent 5bef73a1
2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/microblaze/microblaze.md: Fix typo.
* tree-if-conv.c: Likewise.
* tree-vect-patterns.c: Likewise.
2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config.gcc (extra_passes): Remove. * config.gcc (extra_passes): Remove.
* configure.ac (extra_passes): Don't substitute. * configure.ac (extra_passes): Don't substitute.
* configure: Regenerate. * configure: Regenerate.
......
;; microblaze.md -- Machine description for Xilinx MicroBlaze processors. ;; microblaze.md -- Machine description for Xilinx MicroBlaze processors.
;; Copyright 2009, 2010 Free Software Foundation, Inc. ;; Copyright 2009, 2010, 2012 Free Software Foundation, Inc.
;; Contributed by Michael Eager <eager@eagercon.com>. ;; Contributed by Michael Eager <eager@eagercon.com>.
...@@ -1024,7 +1024,7 @@ ...@@ -1024,7 +1024,7 @@
} }
) )
;; Added for status resgisters ;; Added for status registers
(define_insn "movsi_status" (define_insn "movsi_status"
[(set (match_operand:SI 0 "register_operand" "=d,d,z") [(set (match_operand:SI 0 "register_operand" "=d,d,z")
(match_operand:SI 1 "register_operand" "z,d,d"))] (match_operand:SI 1 "register_operand" "z,d,d"))]
......
2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/46728 PR tree-optimization/46728
......
...@@ -84,7 +84,7 @@ begin ...@@ -84,7 +84,7 @@ begin
for I in B'Range loop for I in B'Range loop
if B (I).all /= Stream_Element if B (I).all /= Stream_Element
(Ident_Int (Integer (I)) * Ident_Int (3)) then (Ident_Int (Integer (I)) * Ident_Int (3)) then
Failed ("Unable to build access values desginating elements " & Failed ("Unable to build access values designating elements " &
"of a Stream_Element_Array"); "of a Stream_Element_Array");
end if; end if;
end loop; end loop;
......
/* If-conversion for vectorizer. /* If-conversion for vectorizer.
Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Devang Patel <dpatel@apple.com> Contributed by Devang Patel <dpatel@apple.com>
...@@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gimple stmt, ...@@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gimple stmt,
/* Return true when STMT is if-convertible. /* Return true when STMT is if-convertible.
A statement is if-convertible if: A statement is if-convertible if:
- it is an if-convertible GIMPLE_ASSGIN, - it is an if-convertible GIMPLE_ASSIGN,
- it is a GIMPLE_LABEL or a GIMPLE_COND. */ - it is a GIMPLE_LABEL or a GIMPLE_COND. */
static bool static bool
......
...@@ -462,7 +462,7 @@ vect_handle_widen_op_by_const (gimple stmt, enum tree_code code, ...@@ -462,7 +462,7 @@ vect_handle_widen_op_by_const (gimple stmt, enum tree_code code,
where type 'TYPE' is at least double the size of type 'type'. where type 'TYPE' is at least double the size of type 'type'.
Also detect unsgigned cases: Also detect unsigned cases:
unsigned type a_t, b_t; unsigned type a_t, b_t;
unsigned TYPE u_prod_T; unsigned TYPE u_prod_T;
......
2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/arm/crtn.S: Fix typo.
2012-03-13 Richard Guenther <rguenther@suse.de> 2012-03-13 Richard Guenther <rguenther@suse.de>
* libgcov.c: Remove stdio.h include and NULL un-define. * libgcov.c: Remove stdio.h include and NULL un-define.
......
# Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011 # Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011, 2012
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
# Written By Nick Clifton # Written By Nick Clifton
# #
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
# #
# Note - we do not try any fancy optimizations of the return # Note - we do not try any fancy optimizations of the return
# sequences here, it is just not worth it. Instead keep things # sequences here, it is just not worth it. Instead keep things
# simple. Restore all the save resgisters, including the link # simple. Restore all the save registers, including the link
# register and then perform the correct function return instruction. # register and then perform the correct function return instruction.
# We also save/restore r3 to ensure stack alignment. # We also save/restore r3 to ensure stack alignment.
.macro FUNC_END .macro FUNC_END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment