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
a0ec266c
Commit
a0ec266c
authored
Apr 13, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (CLEAR_RTX_FLAGS): Remove.
From-SVN: r98070
parent
ab8efbd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
gcc/ChangeLog
+4
-0
gcc/rtl.h
+0
-13
No files found.
gcc/ChangeLog
View file @
a0ec266c
2005-04-13 Kazu Hirata <kazu@cs.umass.edu>
* rtl.h (CLEAR_RTX_FLAGS): Remove.
2005-04-12 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
...
...
gcc/rtl.h
View file @
a0ec266c
...
...
@@ -581,19 +581,6 @@ extern void rtl_check_failed_flag (const char *, rtx, const char *,
#define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) (RTX)
#endif
#define CLEAR_RTX_FLAGS(RTX) \
do { \
rtx const _rtx = (RTX); \
_rtx->jump = 0; \
_rtx->call = 0; \
_rtx->unchanging = 0; \
_rtx->volatil = 0; \
_rtx->in_struct = 0; \
_rtx->used = 0; \
_rtx->frame_related = 0; \
_rtx->return_val = 0; \
} while (0)
#define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
#define XSTR(RTX, N) (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
#define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
...
...
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