targhooks.c (default_return_in_memory): Fix typo in last checkin.
authorEric Christopher <echristo@redhat.com>
Thu, 4 Sep 2003 19:41:00 +0000 (19:41 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 4 Sep 2003 19:41:00 +0000 (19:41 +0000)
2003-09-04  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r71083

gcc/ChangeLog
gcc/targhooks.c

index 3875c60..5eb0b96 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
index c7ceaf3..fe0bc0f 100644 (file)
@@ -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