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
1e5b67ff
Commit
1e5b67ff
authored
May 03, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
May 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (PHI_NODE_P): Remove.
From-SVN: r81423
parent
8905a179
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/ChangeLog
+4
-0
gcc/rtl.h
+0
-6
No files found.
gcc/ChangeLog
View file @
1e5b67ff
2004-05-02 Kazu Hirata <kazu@cs.umass.edu>
* rtl.h (PHI_NODE_P): Remove.
2004-05-02 Eric Botcazou <ebotcazou@act-europe.fr>
2004-05-02 Eric Botcazou <ebotcazou@act-europe.fr>
PR middle-end/14988
PR middle-end/14988
...
...
gcc/rtl.h
View file @
1e5b67ff
...
@@ -1538,12 +1538,6 @@ do { \
...
@@ -1538,12 +1538,6 @@ do { \
#ifndef USE_STORE_PRE_DECREMENT
#ifndef USE_STORE_PRE_DECREMENT
#define USE_STORE_PRE_DECREMENT(MODE) HAVE_PRE_DECREMENT
#define USE_STORE_PRE_DECREMENT(MODE) HAVE_PRE_DECREMENT
#endif
#endif
/* Determine if the insn is a PHI node. */
#define PHI_NODE_P(X) \
((X) && GET_CODE (X) == INSN \
&& GET_CODE (PATTERN (X)) == SET \
&& GET_CODE (SET_SRC (PATTERN (X))) == PHI)
/* Nonzero if we need to distinguish between the return value of this function
/* Nonzero if we need to distinguish between the return value of this function
and the return value of a function called by this function. This helps
and the return value of a function called by this function. This helps
...
...
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