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
bc240abc
Commit
bc240abc
authored
Sep 30, 2016
by
Marek Polacek
Committed by
Marek Polacek
Sep 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/predicates.md: Adjust fall through comment.
From-SVN: r240667
parent
4d8c733d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/config/alpha/predicates.md
+1
-1
No files found.
gcc/ChangeLog
View file @
bc240abc
2016-09-30 Marek Polacek <polacek@redhat.com>
2016-09-30 Marek Polacek <polacek@redhat.com>
* config/aarch64/aarch64-simd.md: Adjust fall through comments.
* config/aarch64/aarch64-simd.md: Adjust fall through comments.
* config/alpha/predicates.md: Likewise.
2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
...
...
gcc/config/alpha/predicates.md
View file @
bc240abc
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
case SUBREG:
case SUBREG:
if (register_operand (op, mode))
if (register_operand (op, mode))
return 1;
return 1;
/*
... fall through ...
*/
/*
fall through
*/
case MEM:
case MEM:
return ((TARGET_BWX || (mode != HImode && mode != QImode))
return ((TARGET_BWX || (mode != HImode && mode != QImode))
&& general_operand (op, mode));
&& general_operand (op, mode));
...
...
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