diff options
author | Thomas Quinot <quinot@adacore.com> | 2013-07-05 09:40:07 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-07-05 11:40:07 +0200 |
commit | 207156e4f8301c508d92c2e102ce349985d98dbb (patch) | |
tree | d7c437cfc957c753e9935dc7e729bfd31b4ecb47 /gcc/tree-complex.c | |
parent | baed70ac77dc04e7c419675660e75884836a96dc (diff) | |
download | gcc-207156e4f8301c508d92c2e102ce349985d98dbb.zip gcc-207156e4f8301c508d92c2e102ce349985d98dbb.tar.gz gcc-207156e4f8301c508d92c2e102ce349985d98dbb.tar.bz2 |
* tree-complex.c (expand_complex_operations_1): Fix typo.
From-SVN: r200693
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index d43172b..5caba01 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1472,7 +1472,7 @@ expand_complex_operations_1 (gimple_stmt_iterator *gsi) case EQ_EXPR: case NE_EXPR: /* Note, both GIMPLE_ASSIGN and GIMPLE_COND may have an EQ_EXPR - subocde, so we need to access the operands using gimple_op. */ + subcode, so we need to access the operands using gimple_op. */ inner_type = TREE_TYPE (gimple_op (stmt, 1)); if (TREE_CODE (inner_type) != COMPLEX_TYPE) return; |