Re: [PATCH] Minor cleanup of const_and_copies stack
Re: [PATCH] Minor cleanup of const_and_copies stack * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo. From-SVN: r227559
This commit is contained in:
parent
04da74f93a
commit
465eeda495
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-09-07 Jeff Law <law@redhat.com>
|
||||
|
||||
* tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
|
||||
|
||||
2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
|
||||
|
||||
* doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
|
||||
|
|
|
@ -29,7 +29,7 @@ class const_and_copies
|
|||
/* Push the unwinding marker onto the stack. */
|
||||
void push_marker (void) { stack.safe_push (NULL_TREE); }
|
||||
|
||||
/* Restore the const/copies table to its state whe the last marker
|
||||
/* Restore the const/copies table to its state when the last marker
|
||||
was pushed. */
|
||||
void pop_to_marker (void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue