diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 03:57:59 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 03:57:59 +0000 |
commit | a194077bf91f85c40331e00ec89f691becb6c2d3 (patch) | |
tree | b84f5d20f5eaa6a36c9e103a6710d79a57a3e64a /gcc/rtl.c | |
parent | c7b1fb12f3dd9fa45f9ae496d8451f8bcd39f021 (diff) | |
download | gcc-a194077bf91f85c40331e00ec89f691becb6c2d3.tar.gz |
* rtl.c (rtl_check_failed_code2): Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 37f58d779ec..3a5a4876c5b 100644 --- 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? */ |