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
0d52f2a8
Commit
0d52f2a8
authored
Jan 02, 2011
by
Mingjie Xing
Committed by
Mingjie Xing
Jan 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated '@subsubsection Statements'.
From-SVN: r168396
parent
33195461
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
gcc/ChangeLog
+6
-0
gcc/doc/generic.texi
+1
-9
gcc/doc/rtl.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
0d52f2a8
2010
-
01
-
02
Mingjie
Xing
<
mingjie
.
xing
@gmail
.
com
>
*
doc
/
generic
.
texi
:
Remove
duplicated
"@subsubsection Statements"
.
Remove
the
word
"see"
before
"@pxref"
.
*
doc
/
rtl
.
texi
:
Remove
the
word
"see"
before
"@pxref"
.
2011
-
01
-
01
Jan
Hubicka
<
jh
@suse
.
cz
>
*
tree
-
loop
-
distribution
.
c
(
tree_loop_distribution
)
:
Do
not
gcc/doc/generic.texi
View file @
0d52f2a8
...
...
@@ -2420,14 +2420,6 @@ optimization options specified on the command line.
@end
ftable
@subsubsection
Statements
There
are
tree
nodes
corresponding
to
all
of
the
source
-
level
statement
constructs
,
used
within
the
C
and
C
++
frontends
.
These
are
enumerated
here
,
together
with
a
list
of
the
various
macros
that
can
be
used
to
obtain
information
about
them
.
There
are
a
few
macros
that
can
be
used
with
all
statements
:
@c
---------------------------------------------------------------------
@c
Language
-
dependent
trees
@c
---------------------------------------------------------------------
...
...
@@ -2637,7 +2629,7 @@ type. In that case, the @code{TYPE_PTRMEMFUNC_FN_TYPE} is a
@code{
POINTER_TYPE
}
pointing
to
a
@code{
METHOD_TYPE
}
.
The
@code{
METHOD_TYPE
}
is
the
type
of
a
function
pointed
to
by
the
pointer
-
to
-
member
function
.
If
@code{
TYPE_PTRMEMFUNC_P
}
does
not
hold
,
this
type
is
a
class
type
.
For
more
information
,
see
@pxref{
Classes
}
.
this
type
is
a
class
type
.
For
more
information
,
@pxref{
Classes
}
.
@item
UNKNOWN_TYPE
This
node
is
used
to
represent
a
type
the
knowledge
of
which
is
...
...
gcc/doc/rtl.texi
View file @
0d52f2a8
...
...
@@ -1271,7 +1271,7 @@ accumulator. The default format is ``64.64''.
is
a
machine
-
specific
set
of
bits
used
to
represent
the
result
of
a
comparison
operation
.
Other
machine
-
specific
modes
may
also
be
used
for
the
condition
code
.
These
modes
are
not
used
on
machines
that
use
@code{
cc0
}
(
see
@pxref{
Condition
Code
}
).
@code{
cc0
}
(
@pxref{
Condition
Code
}
).
@findex
BLKmode
@item
BLKmode
...
...
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