Commit f5a8be8e by Mark Mitchell

Fix typo in last change.

From-SVN: r29128
parent b9096844
...@@ -149,7 +149,7 @@ function_cannot_inline_p (fndecl) ...@@ -149,7 +149,7 @@ function_cannot_inline_p (fndecl)
return N_("function with nested functions cannot be inline"); return N_("function with nested functions cannot be inline");
if (forced_labels) if (forced_labels)
return "function with label addresses used in initializers cannot inline"; return N_("function with label addresses used in initializers cannot inline");
if (current_function_cannot_inline) if (current_function_cannot_inline)
return current_function_cannot_inline; return current_function_cannot_inline;
......
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