diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 18:31:07 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:31:07 +0000 |
commit | 688010bad0375a275466ac1adb98aff80c0e77ac (patch) | |
tree | a89618804e203ad97b7210fd17da195393f4631f /gcc/gcse.c | |
parent | 1aa95df74202a50ca17f06e738c8fae303450fdd (diff) | |
download | gcc-688010bad0375a275466ac1adb98aff80c0e77ac.zip gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.bz2 |
Fix typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* c-common.c: Fix typos.
* c-common.h: Likewise.
From-SVN: r201110
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3323,7 +3323,7 @@ hoist_code (void) } } else - /* Punt, no point hoisting a single occurence. */ + /* Punt, no point hoisting a single occurrence. */ occrs_to_hoist.release (); if (flag_ira_hoist_pressure |