From 2617fe26157b2f7e9a97160ba286323835b2b643 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 9 May 2002 01:42:28 +0000 Subject: * 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 --- gcc/rtl-error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/rtl-error.c') 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 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); } -- cgit v1.2.1