aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-10-11 12:42:17 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-10-11 12:42:17 +0200
commit7d05cebb32c106e7a35716d0148329ad2662a278 (patch)
tree5635e04f899df8c5cc1642ae8eaaf163776ee4d3 /gcc/gimple.h
parent6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c (diff)
downloadgcc-7d05cebb32c106e7a35716d0148329ad2662a278.zip
gcc-7d05cebb32c106e7a35716d0148329ad2662a278.tar.gz
gcc-7d05cebb32c106e7a35716d0148329ad2662a278.tar.bz2
gimple.c: GIMPLE statements have subcodes, not sub-codes.
gcc/ * gimple.c: GIMPLE statements have subcodes, not sub-codes. * gimple.h: Likewise. From-SVN: r203415
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index 2af4ff9..822274a 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -82,7 +82,7 @@ enum gimple_rhs_class
/* Specific flags for individual GIMPLE statements. These flags are
always stored in gimple_statement_base.subcode and they may only be
- defined for statement codes that do not use sub-codes.
+ defined for statement codes that do not use subcodes.
Values for the masks can overlap as long as the overlapping values
are never used in the same statement class.