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
9099f8e1
Commit
9099f8e1
authored
19 years ago
by
Ben Elliston
Committed by
Ben Elliston
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* recog.c: Separate some functions with whitespace.
From-SVN: r109799
parent
1b369fae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/recog.c
+2
-0
No files found.
gcc/ChangeLog
View file @
9099f8e1
2006-01-17 Ben Elliston <bje@au.ibm.com>
* recog.c: Separate some functions with whitespace.
2006-01-16 Richard Henderson <rth@redhat.com>
Merge from gomp branch:
...
...
This diff is collapsed.
Click to expand it.
gcc/recog.c
View file @
9099f8e1
...
...
@@ -1991,6 +1991,7 @@ extract_insn_cached (rtx insn)
extract_insn
(
insn
);
recog_data
.
insn
=
insn
;
}
/* Do cached extract_insn, constrain_operands and complain about failures.
Used by insn_attrtab. */
void
...
...
@@ -2001,6 +2002,7 @@ extract_constrain_insn_cached (rtx insn)
&&
!
constrain_operands
(
reload_completed
))
fatal_insn_not_found
(
insn
);
}
/* Do cached constrain_operands and complain about failures. */
int
constrain_operands_cached
(
int
strict
)
...
...
This diff is collapsed.
Click to expand it.
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