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
490e9629
Commit
490e9629
authored
Oct 06, 2004
by
Jan Hubicka
Committed by
Jan Hubicka
Oct 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cse.c (cse_main): Kill push/pop context.
From-SVN: r88592
parent
d5706a1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/cse.c
+0
-4
No files found.
gcc/ChangeLog
View file @
490e9629
2004
-
10
-
06
Jan
Hubicka
<
jh
@
suse
.
cz
>
*
cse
.
c
(
cse_main
):
Kill
push
/
pop
context
.
2004
-
10
-
05
Zack
Weinberg
<
zack
@
codesourcery
.
com
>
*
pretty
-
print
.
c
:
Include
tree
.
h
.
...
...
gcc/cse.c
View file @
490e9629
...
...
@@ -6706,8 +6706,6 @@ cse_main (rtx f, int nregs, FILE *file)
INSN_CUID
(
insn
)
=
i
;
}
ggc_push_context
();
/* Loop over basic blocks.
Compute the maximum number of qty's needed for each basic block
(which is 2 for each SET). */
...
...
@@ -6773,8 +6771,6 @@ cse_main (rtx f, int nregs, FILE *file)
#endif
}
ggc_pop_context
();
if
(
max_elements_made
<
n_elements_made
)
max_elements_made
=
n_elements_made
;
...
...
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