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
40790141
Commit
40790141
authored
May 10, 2007
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve comment...
From-SVN: r124597
parent
b548a9c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/ipa-type-escape.c
+3
-2
No files found.
gcc/ipa-type-escape.c
View file @
40790141
...
@@ -196,8 +196,9 @@ compare_type_brand (splay_tree_key sk1, splay_tree_key sk2)
...
@@ -196,8 +196,9 @@ compare_type_brand (splay_tree_key sk1, splay_tree_key sk2)
/* This is a trivial algorithm for removing duplicate types. This
/* This is a trivial algorithm for removing duplicate types. This
would not work for any language that used structural equivalence as
would not work for any language that used structural equivalence as
the basis of its type system. */
the basis of its type system. */
/* Return either TYPE if this is first time TYPE has been seen an
/* Return TYPE if no type compatible with TYPE has been seen so far,
compatible TYPE that has already been processed. */
otherwise return a type compatible with TYPE that has already been
processed. */
static
tree
static
tree
discover_unique_type
(
tree
type
)
discover_unique_type
(
tree
type
)
...
...
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