* rtl.c (rtl_check_failed_code2): Fix typo in last change.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 24 Feb 2001 03:57:59 +0000 (03:57 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 24 Feb 2001 03:57:59 +0000 (03:57 +0000)
From-SVN: r40029

gcc/ChangeLog
gcc/rtl.c

index 2c7893d6581f8baf3effa73246dfbeebb9938b6e..dc89f0ac5fe1eac5e5012b884c8468009782361c 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * rtl.c (rtl_check_failed_code2): Fix typo in last change.
+
 2001-02-23  Per Bothner  <per@bothner.com>
 
        * gcc.c (record_temp_file, pfatal_with_name, error):  Make non-static,
index 37f58d779ecd60dce9365199a64b347c573cd60a..3a5a4876c5bdc2b69c3268767d1a54c2c8127b07 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -1346,7 +1346,7 @@ rtl_check_failed_code2 (r, code1, code2, file, line, func)
   internal_error
     ("RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d",
      GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (GET_CODE (r)),
-     ffunc, trim_filename (file), line);
+     func, trim_filename (file), line);
 }
 
 /* XXX Maybe print the vector?  */