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
6251fe93
Commit
6251fe93
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/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
From-SVN: r242788
parent
7d1f0a00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/mcore/mcore.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6251fe93
...
...
@@ -7,6 +7,8 @@
2016-11-23 Jeff Law <law@redhat.com>
* config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
* config/iq2000/iq2000.c (iq2000_rtx_costs): Avoid multiplication
in boolean context warning.
gcc/config/mcore/mcore.c
View file @
6251fe93
...
...
@@ -98,7 +98,7 @@ static const char * output_inline_const (machine_mode, rtx *);
static
void
layout_mcore_frame
(
struct
mcore_frame
*
);
static
void
mcore_setup_incoming_varargs
(
cumulative_args_t
,
machine_mode
,
tree
,
int
*
,
int
);
static
cond_type
is_cond_candidate
(
rtx
);
static
rtx_insn
*
emit_new_cond_insn
(
rtx
,
int
);
static
rtx_insn
*
emit_new_cond_insn
(
rtx
_insn
*
,
int
);
static
rtx_insn
*
conditionalize_block
(
rtx_insn
*
);
static
void
conditionalize_optimization
(
void
);
static
void
mcore_reorg
(
void
);
...
...
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