diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 731a0e9..b82c2e0 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -83,7 +83,7 @@ along with GCC; see the file COPYING3. If not see b) early small interprocedural passes. Those are interprocedural passes executed only at compilation - time. These include, for exmaple, transational memory lowering, + time. These include, for example, transational memory lowering, unreachable code removal and other simple transformations. c) IP analysis stage. All interprocedural passes do their |