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
db24f669
Commit
db24f669
authored
Aug 06, 2007
by
Steve Ellcey
Committed by
Steve Ellcey
Aug 06, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
From-SVN: r127245
parent
d5d5d289
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/ia64/ia64.h
+1
-1
No files found.
gcc/ChangeLog
View file @
db24f669
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md: Check TARGET_ macros and optimize_size
* config/i386/i386.md: Check TARGET_ macros and optimize_size
...
...
gcc/config/ia64/ia64.h
View file @
db24f669
...
@@ -678,7 +678,7 @@ while (0)
...
@@ -678,7 +678,7 @@ while (0)
#define MODES_TIEABLE_P(MODE1, MODE2) \
#define MODES_TIEABLE_P(MODE1, MODE2) \
(GET_MODE_CLASS (MODE1) == GET_MODE_CLASS (MODE2) \
(GET_MODE_CLASS (MODE1) == GET_MODE_CLASS (MODE2) \
&& ((((MODE1) == XFmode) || ((MODE1) == XCmode) || ((MODE1) == RFmode)) \
&& ((((MODE1) == XFmode) || ((MODE1) == XCmode) || ((MODE1) == RFmode)) \
== (((MODE2) == XFmode) || ((MODE2) == XCmode) || ((MODE
1
) == RFmode))) \
== (((MODE2) == XFmode) || ((MODE2) == XCmode) || ((MODE
2
) == RFmode))) \
&& (((MODE1) == BImode) == ((MODE2) == BImode)))
&& (((MODE1) == BImode) == ((MODE2) == BImode)))
/* Specify the modes required to caller save a given hard regno.
/* Specify the modes required to caller save a given hard regno.
...
...
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