* rtl.c (rtl_check_failed_code2): Fix typo in last change.
From-SVN: r40029
This commit is contained in:
committed by
Kaveh Ghazi
parent
b80b8cfd29
commit
5ea1bc0e46
@@ -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,
|
||||
|
||||
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user