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
a80769d7
Commit
a80769d7
authored
Apr 23, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
From-SVN: r98637
parent
75cf42cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/ipa-inline.c
+1
-1
gcc/tree-ssa-operands.h
+1
-1
No files found.
gcc/ChangeLog
View file @
a80769d7
2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
2005-04-23 Richard Guenther <rguenth@gcc.gnu.org>
PR middle-end/21082
...
...
gcc/ipa-inline.c
View file @
a80769d7
...
...
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
cgraph_mark_inline implementation
This function allow to mark given call inline and performs necessary
This function allow
s
to mark given call inline and performs necessary
modifications of cgraph (production of the clones and updating overall
statistics)
...
...
gcc/tree-ssa-operands.h
View file @
a80769d7
...
...
@@ -100,7 +100,7 @@ typedef struct v_must_def_optype_d GTY(())
typedef
v_must_def_optype_t
*
v_must_def_optype
;
/* This represents the operand cache fora stmt. */
/* This represents the operand cache for
a stmt. */
typedef
struct
stmt_operands_d
GTY
(())
{
/* Statement operands. */
...
...
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