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
22c9a795
Commit
22c9a795
authored
Jul 23, 2000
by
Kazu Hirata
Committed by
Jeff Law
Jul 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.c: Fix formatting.
From-SVN: r35203
parent
ed03b55b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.c
+3
-3
No files found.
gcc/ChangeLog
View file @
22c9a795
2000-07-23 Kazu Hirata <kazu@hxi.com>
* h8300.c: Fix formatting.
2000-07-23 Joseph S. Myers <jsm28@cam.ac.uk>
* c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
...
...
gcc/config/h8300/h8300.c
View file @
22c9a795
...
...
@@ -626,9 +626,9 @@ call_insn_operand (op, mode)
return
0
;
}
/* Return 1 if a addition/subtraction of a constant integer can be
/* Return 1 if a
n
addition/subtraction of a constant integer can be
transformed into two consecutive adds/subs that are faster than the
straightforward way. Otherwise, return 0. */
straightforward way. Otherwise, return 0.
*/
int
two_insn_adds_subs_operand
(
op
,
mode
)
...
...
@@ -654,7 +654,7 @@ two_insn_adds_subs_operand (op, mode)
||
value
==
4
+
1
||
value
==
4
+
2
||
value
==
4
+
4
))
return
1
;
return
1
;
}
else
{
...
...
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