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
db35306d
Commit
db35306d
authored
Feb 24, 1999
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix in comment.
From-SVN: r25410
parent
cc0b1adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/gcse.c
+1
-1
No files found.
gcc/gcse.c
View file @
db35306d
...
@@ -4728,7 +4728,7 @@ pre_delete ()
...
@@ -4728,7 +4728,7 @@ pre_delete ()
However, on the x86 some of the movXX patterns actually
However, on the x86 some of the movXX patterns actually
contain clobbers of scratch regs. This may cause the
contain clobbers of scratch regs. This may cause the
insn created by validate_change to not
p
atch any pattern
insn created by validate_change to not
m
atch any pattern
and thus cause validate_change to fail. */
and thus cause validate_change to fail. */
if
(
validate_change
(
insn
,
&
SET_SRC
(
set
),
if
(
validate_change
(
insn
,
&
SET_SRC
(
set
),
expr
->
reaching_reg
,
0
))
expr
->
reaching_reg
,
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