diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 10:22:56 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 10:22:56 +0000 |
commit | c2c4377d2eeef8ccad79816d235988c6e3737728 (patch) | |
tree | f5ba6e0bac687ebc43f7ff85e1263ac4da958875 /gcc/tree-if-conv.c | |
parent | 3f2da04880e6a8c800a7f148249fefe9d76f4829 (diff) | |
download | gcc-c2c4377d2eeef8ccad79816d235988c6e3737728.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185325 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 99f3a9b3bd9..55616d57667 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1,5 +1,5 @@ /* 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. Contributed by Devang Patel <dpatel@apple.com> @@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gimple stmt, /* Return true when STMT is if-convertible. 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. */ static bool |