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
309ca067
Commit
309ca067
authored
Nov 07, 1999
by
Robert Lipe
Committed by
Robert Lipe
Nov 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
From-SVN: r30438
parent
092ae4ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/global.c
+1
-1
No files found.
gcc/ChangeLog
View file @
309ca067
Sat
Nov
6
23
:
48
:
30
1999
Robert
Lipe
(
robertlipe
@usa
.
net
)
*
global
.
c
(
EXECUTE_IF_CONFLICT
)
:
Correct
quoting
typo
.
Sat
Nov
6
17
:
34
:
39
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Sat
Nov
6
17
:
34
:
39
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
gcse
.
c
(
post_dominators
)
:
Kill
.
*
gcse
.
c
(
post_dominators
)
:
Kill
.
...
...
gcc/global.c
View file @
309ca067
...
@@ -159,7 +159,7 @@ do { \
...
@@ -159,7 +159,7 @@ do { \
mirror_conflicts has been run. */
mirror_conflicts has been run. */
#define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\
#define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\
EXECUTE_IF_SET_IN_ALLOCNO_SET (conflicts + (IN_ALLOCNO) * allocno_row_words,\
EXECUTE_IF_SET_IN_ALLOCNO_SET (conflicts + (IN_ALLOCNO) * allocno_row_words,\
OUT_ALLOCNO,
(CODE)
)
OUT_ALLOCNO,
CODE
)
/* Set of hard regs currently live (during scan of all insns). */
/* Set of hard regs currently live (during scan of all insns). */
...
...
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