Commit e8444ca6 by Bernd Edlinger Committed by Bernd Edlinger

* alias.c (get_alias_set): Fix a typo in comment.

From-SVN: r233428
parent de3f9a2d
2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
* alias.c (get_alias_set): Fix a typo in comment.
2016-02-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/69595
......
......@@ -827,7 +827,7 @@ get_alias_set (tree t)
/* We can not give up with -fno-strict-aliasing because we need to build
proper type representation for possible functions which are build with
-fstirct-aliasing. */
-fstrict-aliasing. */
/* return 0 if this or its type is an error. */
if (t == error_mark_node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment