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
3c1dd4a3
Commit
3c1dd4a3
authored
Dec 23, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 23, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (NOTE_EXPECTED_VALUE): Remove.
From-SVN: r120169
parent
a5573239
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/rtl.h
+0
-1
No files found.
gcc/ChangeLog
View file @
3c1dd4a3
2006
-
12
-
23
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
rtl
.
h
(
NOTE_EXPECTED_VALUE
)
:
Remove
.
2006
-
12
-
23
Jan
Hubicka
<
jh
@suse
.
cz
>
2006
-
12
-
23
Jan
Hubicka
<
jh
@suse
.
cz
>
*
toplev
.
c
(
dump_memory_report
)
:
Break
out
from
...
*
toplev
.
c
(
dump_memory_report
)
:
Break
out
from
...
...
...
gcc/rtl.h
View file @
3c1dd4a3
...
@@ -850,7 +850,6 @@ extern const char * const reg_note_name[];
...
@@ -850,7 +850,6 @@ extern const char * const reg_note_name[];
#define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
#define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
#define NOTE_EH_HANDLER(INSN) XCINT (INSN, 4, NOTE)
#define NOTE_EH_HANDLER(INSN) XCINT (INSN, 4, NOTE)
#define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 4, NOTE)
#define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 4, NOTE)
#define NOTE_EXPECTED_VALUE(INSN) XCEXP (INSN, 4, NOTE)
#define NOTE_VAR_LOCATION(INSN) XCEXP (INSN, 4, NOTE)
#define NOTE_VAR_LOCATION(INSN) XCEXP (INSN, 4, NOTE)
/* In a NOTE that is a line number, this is the line number.
/* In a NOTE that is a line number, this is the line number.
...
...
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