Commit 33d05111 by Eric Christopher Committed by Eric Christopher

targhooks.c (default_return_in_memory): Fix typo in last checkin.

2003-09-04  Eric Christopher  <echristo@redhat.com>

	* targhooks.c (default_return_in_memory): Fix typo
	in last checkin.

From-SVN: r71083
parent ed75b1d6
2003-09-04 Eric Christopher <echristo@redhat.com>
* targhooks.c (default_return_in_memory): Fix typo
in last checkin.
2003-09-04 Eric Christopher <echristo@redhat.com>
* targhooks.c (default_return_in_memory): Fix default
definition.
......
......@@ -107,7 +107,7 @@ bool
default_return_in_memory (tree type,
tree fntype ATTRIBUTE_UNUSED)
{
return (TYPE_MODE (TYPE) == BLKmode);
return (TYPE_MODE (type) == BLKmode);
}
rtx
......
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