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
263bb8fb
Commit
263bb8fb
authored
May 02, 2006
by
Tom Tromey
Committed by
Tom Tromey
May 02, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-flow-inline.h (op_iter_init_phiuse): Fixed typo.
From-SVN: r113472
parent
3abde0f1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree-flow-inline.h
+2
-2
No files found.
gcc/ChangeLog
View file @
263bb8fb
2006
-
05
-
02
Tom
Tromey
<
tromey
@redhat
.
com
>
*
tree
-
flow
-
inline
.
h
(
op_iter_init_phiuse
)
:
Fixed
typo
.
2006
-
05
-
02
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
PR
target
/
27387
...
...
gcc/tree-flow-inline.h
View file @
263bb8fb
/* Inline functions for tree-flow.h
Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
Copyright (C) 2001, 2003, 2005
, 2006
Free Software Foundation, Inc.
Contributed by Diego Novillo <dnovillo@redhat.com>
This file is part of GCC.
...
...
@@ -1242,7 +1242,7 @@ single_phi_def (tree stmt, int flags)
}
/* Initialize the iterator PTR for uses matching FLAGS in PHI. FLAGS should
be either SSA_OP_USES or S
AS
_OP_VIRTUAL_USES. */
be either SSA_OP_USES or S
SA
_OP_VIRTUAL_USES. */
static
inline
use_operand_p
op_iter_init_phiuse
(
ssa_op_iter
*
ptr
,
tree
phi
,
int
flags
)
{
...
...
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