diff options
author | Janis Johnson <janis187@us.ibm.com> | 2008-08-12 21:20:57 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-08-12 21:20:57 +0000 |
commit | e17652512bd609261c78737924a22a4d306f9058 (patch) | |
tree | 4a99f01a1bcf93a01e47031e81cab0dd14765d19 | |
parent | becdc486256184beb111d28ed97303684ea0e579 (diff) | |
download | gcc-e17652512bd609261c78737924a22a4d306f9058.zip gcc-e17652512bd609261c78737924a22a4d306f9058.tar.gz gcc-e17652512bd609261c78737924a22a4d306f9058.tar.bz2 |
* doc/invoke.texi: Revert unintended checkin.
From-SVN: r139038
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8e5621..83b2c61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-12 Janis Johnson <janis187@us.ibm.com> + + * doc/invoke.texi: Revert unintended checkin. + 2008-08-12 Nathan Froyd <froydnj@codesourcery.com> PR libgomp/26165 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 906c6a6..051f6d1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5842,8 +5842,7 @@ With this flag, the program debug info reflects a new structure layout. @item -fipa-pta @opindex fipa-pta -Perform interprocedural pointer analysis. This option is experimental -and does not affect generated code. +Perform interprocedural pointer analysis. @item -fipa-cp @opindex fipa-cp |