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
5ae27c9c
Commit
5ae27c9c
authored
Sep 20, 2012
by
Marek Polacek
Committed by
Marek Polacek
Sep 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge identical cases.
From-SVN: r191581
parent
97a74ddb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/tree-ssa-operands.c
+1
-3
No files found.
gcc/ChangeLog
View file @
5ae27c9c
2012-09-20 Marek Polacek <polacek@redhat.com>
2012-09-20 Marek Polacek <polacek@redhat.com>
* tree-ssa-operands.c (get_expr_operands): Merge identical cases.
2012-09-20 Marek Polacek <polacek@redhat.com>
* tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
* tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
result.
result.
(create_edge_and_update_destination_phis): Likewise.
(create_edge_and_update_destination_phis): Likewise.
...
...
gcc/tree-ssa-operands.c
View file @
5ae27c9c
/* SSA operands management for trees.
/* SSA operands management for trees.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
2011, 2012
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -841,9 +842,6 @@ get_expr_operands (gimple stmt, tree *expr_p, int flags)
...
@@ -841,9 +842,6 @@ get_expr_operands (gimple stmt, tree *expr_p, int flags)
return
;
return
;
case
SSA_NAME
:
case
SSA_NAME
:
add_stmt_operand
(
expr_p
,
stmt
,
flags
);
return
;
case
VAR_DECL
:
case
VAR_DECL
:
case
PARM_DECL
:
case
PARM_DECL
:
case
RESULT_DECL
:
case
RESULT_DECL
:
...
...
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