summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-11 10:42:17 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-11 10:42:17 +0000
commitd4f73cba0a0175f2c4a1f446a71dbc093efec99f (patch)
tree5635e04f899df8c5cc1642ae8eaaf163776ee4d3 /gcc/gimple.h
parent235cdba043fcd01e57fda87e2328af89f866efa2 (diff)
downloadgcc-d4f73cba0a0175f2c4a1f446a71dbc093efec99f.tar.gz
gcc/
* gimple.c: GIMPLE statements have subcodes, not sub-codes. * gimple.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203415 138bc75d-0d04-0410-961f-82ee72b054a4
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 2af4ff932a8..822274a29f0 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.