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
41adf898
Commit
41adf898
authored
Dec 16, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Dec 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.md (HImode preinc peephole): Fix typo.
From-SVN: r30969
parent
1f7c249a
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/h8300/h8300.md
+1
-1
No files found.
gcc/ChangeLog
View file @
41adf898
Thu
Dec
16
02
:
26
:
11
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
h8300
.
md
(
HImode
preinc
peephole
)
:
Fix
typo
.
1999
-
12
-
15
Jason
Merrill
<
jason
@casey
.
cygnus
.
com
>
1999
-
12
-
15
Jason
Merrill
<
jason
@casey
.
cygnus
.
com
>
*
function
.
c
(
retrofit_block
)
:
Abort
if
we
don
'
t
find
a
suitable
insn
.
*
function
.
c
(
retrofit_block
)
:
Abort
if
we
don
'
t
find
a
suitable
insn
.
...
...
gcc/config/h8300/h8300.md
View file @
41adf898
...
@@ -2292,7 +2292,7 @@
...
@@ -2292,7 +2292,7 @@
(define_peephole
(define_peephole
[
(set (match_operand:HI 1 "register_operand" "")
[
(set (match_operand:HI 1 "register_operand" "")
(plus:HI (match_dup 1) (const_int -
1
)))
(plus:HI (match_dup 1) (const_int -
2
)))
(set (mem:HI (match_dup 1))
(set (mem:HI (match_dup 1))
(match_operand:HI 0 "register_operand" ""))]
(match_operand:HI 0 "register_operand" ""))]
"REGNO(operands
[
1
]
) != REGNO(operands
[
0
]
)"
"REGNO(operands
[
1
]
) != REGNO(operands
[
0
]
)"
...
...
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