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
017fdefe
Commit
017fdefe
authored
Nov 23, 2016
by
Jeff Law
Committed by
Jeff Law
Nov 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
From-SVN: r242785
parent
5774b1fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/ia64/ia64.c
+1
-1
No files found.
gcc/ChangeLog
View file @
017fdefe
2016-11-23 Jeff Law <law@redhat.com>
* config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
PR target/63250
PR target/63250
gcc/config/ia64/ia64.c
View file @
017fdefe
...
@@ -7138,7 +7138,7 @@ static char mem_ops_in_group[4];
...
@@ -7138,7 +7138,7 @@ static char mem_ops_in_group[4];
static
int
current_cycle
;
static
int
current_cycle
;
static
rtx
ia64_single_set
(
rtx_insn
*
);
static
rtx
ia64_single_set
(
rtx_insn
*
);
static
void
ia64_emit_insn_before
(
rtx
,
rtx
);
static
void
ia64_emit_insn_before
(
rtx
,
rtx
_insn
*
);
/* Map a bundle number to its pseudo-op. */
/* Map a bundle number to its pseudo-op. */
...
...
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