diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-03-17 18:42:40 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-03-17 18:42:40 +0000 |
commit | 30b823562a720bc5fe3520c779411d4f05169e24 (patch) | |
tree | aa032f296d01c5408ea30b4368ac38f86fd51e80 | |
parent | 445a6ba4c1bbfd362d30cb04f36b2baed793cb61 (diff) | |
download | gcc-30b823562a720bc5fe3520c779411d4f05169e24.zip gcc-30b823562a720bc5fe3520c779411d4f05169e24.tar.gz gcc-30b823562a720bc5fe3520c779411d4f05169e24.tar.bz2 |
* config/ia64/ia64.opt: Add empty line to end of file.
From-SVN: r112180
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.opt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67c4e20..9a9f4cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-03-17 Steve Ellcey <sje@cup.hp.com> + + * config/ia64/ia64.opt: Add empty line to end of file. + 2006-03-17 Richard Guenther <rguenther@suse.de> PR middle-end/26721 diff --git a/gcc/config/ia64/ia64.opt b/gcc/config/ia64/ia64.opt index 1166020..d01dad2 100644 --- a/gcc/config/ia64/ia64.opt +++ b/gcc/config/ia64/ia64.opt @@ -143,3 +143,5 @@ If set, control speculative instructions will be choosen for schedule only if th msched-count-spec-in-critical-path Common Report Var(mflag_sched_count_spec_in_critical_path) Init(0) Count speculative dependencies while calculating priority of instructions + +; This comment is to ensure we retain the blank line above. |