diff options
Diffstat (limited to 'gcc/var-tracking.c')
-rw-r--r-- | gcc/var-tracking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c index d966389..e33950e 100644 --- a/gcc/var-tracking.c +++ b/gcc/var-tracking.c @@ -115,7 +115,7 @@ enum micro_operation_type or the variable is not trackable. */ MO_SET, /* Set location. */ MO_COPY, /* Copy the same portion of a variable from one - loation to another. */ + location to another. */ MO_CLOBBER, /* Clobber location. */ MO_CALL, /* Call insn. */ MO_ADJUST /* Adjust stack pointer. */ |