diff options
author | Sharad Singhai <singhai@google.com> | 2014-02-13 21:43:53 +0000 |
---|---|---|
committer | Sharad Singhai <singhai@gcc.gnu.org> | 2014-02-13 21:43:53 +0000 |
commit | 69479ebda81efc93bc2308719af03face680ea01 (patch) | |
tree | eb86c13d20f2352f02c558ad0f9793611cd9bc11 | |
parent | 1287ae503e90904e06513b8d4b18657df534d9f6 (diff) | |
download | gcc-69479ebda81efc93bc2308719af03face680ea01.zip gcc-69479ebda81efc93bc2308719af03face680ea01.tar.gz gcc-69479ebda81efc93bc2308719af03face680ea01.tar.bz2 |
optinfo.texi: Fix order of nodes.
2014-02-13 Sharad Singhai <singhai@google.com>
* doc/optinfo.texi: Fix order of nodes.
From-SVN: r207767
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/optinfo.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1b9a6e4..c4253f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-13 Sharad Singhai <singhai@google.com> + + * doc/optinfo.texi: Fix order of nodes. + 2014-02-13 Uros Bizjak <ubizjak@gmail.com> * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in diff --git a/gcc/doc/optinfo.texi b/gcc/doc/optinfo.texi index 0109583..b7fa899 100644 --- a/gcc/doc/optinfo.texi +++ b/gcc/doc/optinfo.texi @@ -12,8 +12,8 @@ information about various compiler transformations and optimizations. @menu * Dump setup:: Setup of optimization dumps. * Optimization groups:: Groups made up of optimization passes. -* Dump output verbosity:: How much information to dump. * Dump files and streams:: Dump output file names and streams. +* Dump output verbosity:: How much information to dump. * Dump types:: Various types of dump functions. * Dump examples:: Sample usage. @end menu |