aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-13 10:22:56 +0000
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-03-13 10:22:56 +0000
commitdd34fc6f73b67a453e750f13ce29844e96c359cf (patch)
treef5ba6e0bac687ebc43f7ff85e1263ac4da958875 /gcc/tree-if-conv.c
parent084eaedcbe91ba2cfa6c5fcb01cfeb9a86a7729c (diff)
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: https://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.c4
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