Commit f6f8291a by Mark Mitchell Committed by Mark Mitchell

* c-common.c (lang_get_alias_set): Fix typo.

From-SVN: r34500
parent 61f286b6
2000-06-12 Mark Mitchell <mark@codesourcery.com>
* c-common.c (lang_get_alias_set): Fix typo.
2000-06-12 Richard Earnshaw <rearnsha@arm.com> 2000-06-12 Richard Earnshaw <rearnsha@arm.com>
* flow.c (mark_used_regs): Revert last change. * flow.c (mark_used_regs): Revert last change.
......
...@@ -3340,7 +3340,7 @@ lang_get_alias_set (t) ...@@ -3340,7 +3340,7 @@ lang_get_alias_set (t)
} }
/* It's not yet safe to use alias sets for classes in C++ because /* It's not yet safe to use alias sets for classes in C++ because
the TYPE_FIELDs list for a class doesn't mention base classes. */ the TYPE_FIELDs list for a class doesn't mention base classes. */
else if (c_language == clk_cplusplus && AGGREGATE_TYPE_P (t)); else if (c_language == clk_cplusplus && AGGREGATE_TYPE_P (t))
return 0; return 0;
return -1; return -1;
......
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