tree.def (TARGET_MEM_REF): Update comment.
[gcc.git] / gcc / tree.def
index 74470b5783ad76eddc06aa7c30af45fe8c1ac3b1..01d9b3060debb33da0f6cac534d9797251e925c0 100644 (file)
@@ -967,9 +967,9 @@ DEFTREECODE (REALIGN_LOAD_EXPR, "realign_load", tcc_expression, 3)
 
    The type of STEP, INDEX and OFFSET is sizetype.  The type of BASE is
    sizetype or a pointer type (if SYMBOL is NULL).
-   
+
    The sixth argument is the reference to the original memory access, which
-   is preserved for the purposes of the RTL alias analysis.  */
+   is preserved for the purpose of alias analysis.  */
 
 DEFTREECODE (TARGET_MEM_REF, "target_mem_ref", tcc_reference, 6)