* rtl.c (rtl_check_failed_code2): Fix typo in last change.

From-SVN: r40029
This commit is contained in:
Kaveh R. Ghazi
2001-02-24 03:57:59 +00:00
committed by Kaveh Ghazi
parent b80b8cfd29
commit 5ea1bc0e46
2 changed files with 5 additions and 1 deletions
+4
View 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,
+1 -1
View File
@@ -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? */