]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi (fstrict-aliasing): Move implementation details...
authorJosh Conner <jconner@apple.com>
Tue, 7 Nov 2006 17:40:13 +0000 (17:40 +0000)
committerJosh Conner <jconner@gcc.gnu.org>
Tue, 7 Nov 2006 17:40:13 +0000 (17:40 +0000)
2006-11-07  Josh Conner  <jconner@apple.com>

* doc/invoke.texi (fstrict-aliasing): Move implementation
details...
* doc/tree-ssa.texi (Alias analysis): ...here.

From-SVN: r118559

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/doc/tree-ssa.texi

index a35e5d9b1792f19a030c66c98f6831a4aa69f5a0..0791389c2815c869f3684c41fe18eea21142609c 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-07  Josh Conner  <jconner@apple.com>
+
+       * doc/invoke.texi (fstrict-aliasing): Move implementation
+       details...
+       * doc/tree-ssa.texi (Alias analysis): ...here.
+
 2006-11-07  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/29610
index 2e0de418bc490af016ae561a9c6ba5b5aab986c8..8d221ef4ef4533f06f06d66c13c588176c84ae33 100644 (file)
@@ -5377,12 +5377,6 @@ int f() @{
 @}
 @end smallexample
 
-Every language that wishes to perform language-specific alias analysis
-should define a function that computes, given an @code{tree}
-node, an alias set for the node.  Nodes in different alias sets are not
-allowed to alias.  For an example, see the C front-end function
-@code{c_get_alias_set}.
-
 Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
 
 @item -falign-functions
index 9f6b8998adc3c28ab43b0c0102f6488f3dbeaeec..66793214d35c743e4ca51e1073cbf326c372c7b3 100644 (file)
@@ -1591,6 +1591,12 @@ every addressable variable found in the program.  Given a symbol
 memory tag SMT and an addressable variable V@.  If the alias sets
 of SMT and V conflict (as computed by may_alias_p), then V is
 marked as an alias tag and added to the alias set of SMT@.
+
+Every language that wishes to perform language-specific alias analysis
+should define a function that computes, given a @code{tree}
+node, an alias set for the node.  Nodes in different alias sets are not
+allowed to alias.  For an example, see the C front-end function
+@code{c_get_alias_set}.
 @end enumerate
 
 For instance, consider the following function:
This page took 0.202801 seconds and 5 git commands to generate.