Commit 5ea1bc0e by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r40029
parent b80b8cfd
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? */
......
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