Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ad5ebb34
Commit
ad5ebb34
authored
Feb 22, 2008
by
Tom Tromey
Committed by
Tom Tromey
Feb 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regclass.c (current_pass): Remove declaration.
From-SVN: r132559
parent
1eea53df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/regclass.c
+1
-3
No files found.
gcc/ChangeLog
View file @
ad5ebb34
2008-02-22 Tom Tromey <tromey@redhat.com>
* regclass.c (current_pass): Remove declaration.
2008-02-22 Anatoly Sokolov <aesok@post.ru>
2008-02-22 Anatoly Sokolov <aesok@post.ru>
* config/avr/libgcc.S (__RAMPZ__): Define.
* config/avr/libgcc.S (__RAMPZ__): Define.
...
...
gcc/regclass.c
View file @
ad5ebb34
/* Compute register class preferences for pseudo-registers.
/* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
, 2008
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -2323,8 +2323,6 @@ reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
...
@@ -2323,8 +2323,6 @@ reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
We should only record information for REGs with numbers
We should only record information for REGs with numbers
greater than or equal to MIN_REGNO. */
greater than or equal to MIN_REGNO. */
extern
struct
tree_opt_pass
*
current_pass
;
static
void
static
void
reg_scan_mark_refs
(
rtx
x
,
rtx
insn
)
reg_scan_mark_refs
(
rtx
x
,
rtx
insn
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment