summaryrefslogtreecommitdiff
path: root/gcc/rtl-error.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-09 01:42:28 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-09 01:42:28 +0000
commit2617fe26157b2f7e9a97160ba286323835b2b643 (patch)
treea546d2736172ee466c2568e02cd89721a1acfd42 /gcc/rtl-error.c
parent03e904a5b7cb1b9f4c0daba14e1e65cfc6c7a16a (diff)
downloadgcc-2617fe26157b2f7e9a97160ba286323835b2b643.tar.gz
* read-rtl.c: Fix formatting.
* real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. * rtl-error.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r--gcc/rtl-error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c
index 031fa2b1553..560d54e89c9 100644
--- a/gcc/rtl-error.c
+++ b/gcc/rtl-error.c
@@ -1,5 +1,5 @@
/* RTL specific diagnostic subroutines for the GNU C compiler
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
This file is part of GCC.
@@ -84,7 +84,7 @@ diagnostic_for_asm (insn, msg, args_ptr, warn)
set_diagnostic_context (&dc, msg, args_ptr, NULL, 0, warn);
file_and_line_for_asm (insn, &diagnostic_file_location (&dc),
- &diagnostic_line_location (&dc));
+ &diagnostic_line_location (&dc));
report_diagnostic (&dc);
}