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
11da52a9
Commit
11da52a9
authored
Apr 28, 2015
by
Jeff Law
Committed by
Jeff Law
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-dom.c (record_equality); Fix comment typos.
From-SVN: r222551
parent
3f8e2835
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree-ssa-dom.c
+2
-2
No files found.
gcc/ChangeLog
View file @
11da52a9
2015-04-28 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (record_equality); Fix comment typos.
2015-04-28 Tom de Vries <tom@codesourcery.com>
2015-04-28 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/65887
PR tree-optimization/65887
...
...
gcc/tree-ssa-dom.c
View file @
11da52a9
...
@@ -1762,8 +1762,8 @@ record_equality (tree x, tree y)
...
@@ -1762,8 +1762,8 @@ record_equality (tree x, tree y)
if
(
tree_swap_operands_p
(
x
,
y
,
false
))
if
(
tree_swap_operands_p
(
x
,
y
,
false
))
std
::
swap
(
x
,
y
);
std
::
swap
(
x
,
y
);
/* Most of the time tree_swap_operands_p does what we want. But there
's
/* Most of the time tree_swap_operands_p does what we want. But there
cases where w
e we know one operand is better for copy propagation than
are cases wher
e we know one operand is better for copy propagation than
the other. Given no other code cares about ordering of equality
the other. Given no other code cares about ordering of equality
comparison operators for that purpose, we just handle the special cases
comparison operators for that purpose, we just handle the special cases
here. */
here. */
...
...
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