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
d1caaa76
Commit
d1caaa76
authored
Jun 27, 2008
by
Daniel Berlin
Committed by
Daniel Berlin
Jun 27, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't mark statements modified when we are in ipa mode
From-SVN: r137189
parent
edae5fe3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/tree-ssa-structalias.c
+2
-1
No files found.
gcc/ChangeLog
View file @
d1caaa76
2008-06-27 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-structalias.c (find_func_aliases): Trivial fix to get
ipa-pta working again.
2008-06-27 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/t-aix52: Append large data option to LDFLAGS for
...
...
gcc/tree-ssa-structalias.c
View file @
d1caaa76
...
...
@@ -3897,7 +3897,8 @@ find_func_aliases (tree origt)
need to re-scan most statements. FIXME: Try to minimize the
number of statements re-scanned. It's not really necessary to
re-scan *all* statements. */
mark_stmt_modified
(
origt
);
if
(
!
in_ipa_mode
)
mark_stmt_modified
(
origt
);
VEC_free
(
ce_s
,
heap
,
rhsc
);
VEC_free
(
ce_s
,
heap
,
lhsc
);
}
...
...
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