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
249e538f
Commit
249e538f
authored
Mar 07, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-operands.c (check_build_stmt): Remove.
From-SVN: r96017
parent
12eff7b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
gcc/ChangeLog
+2
-0
gcc/tree-ssa-operands.c
+0
-5
No files found.
gcc/ChangeLog
View file @
249e538f
...
...
@@ -22,6 +22,8 @@
in comments.
* doc/cfg.texi: Don't mention find_sub_basic_blocks.
* tree-ssa-operands.c (check_build_stmt): Remove.
2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
...
...
gcc/tree-ssa-operands.c
View file @
249e538f
...
...
@@ -128,11 +128,6 @@ static bool clobbered_aliased_loads;
static
bool
clobbered_aliased_stores
;
static
bool
ro_call_aliased_loads
;
#ifdef ENABLE_CHECKING
/* Used to make sure operand construction is working on the proper stmt. */
tree
check_build_stmt
;
#endif
def_operand_p
NULL_DEF_OPERAND_P
=
{
NULL
};
use_operand_p
NULL_USE_OPERAND_P
=
{
NULL
};
...
...
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