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
222f7ba9
Commit
222f7ba9
authored
Jul 18, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
From-SVN: r44111
parent
f7bebb56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/gcse.c
+1
-0
No files found.
gcc/ChangeLog
View file @
222f7ba9
Wed Jul 18 18:28:16 CEST 2001 Jan Hubicka <jh@suse.cz>
* gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
Wed Jul 18 12:05:29 2001 Nicola Pero <n.pero@mi.flashnet.it>
* gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
...
...
gcc/gcse.c
View file @
222f7ba9
...
...
@@ -4852,6 +4852,7 @@ pre_insert_copy_insn (expr, insn)
"PRE: bb %d, insn %d, copy expression %d in insn %d to reg %d
\n
"
,
BLOCK_NUM
(
insn
),
INSN_UID
(
new_insn
),
indx
,
INSN_UID
(
insn
),
regno
);
update_ld_motion_stores
(
expr
);
}
/* Copy available expressions that reach the redundant expression
...
...
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