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
569aafaa
Commit
569aafaa
authored
Jun 26, 2015
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jun 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/nvptx/nvptx.md (call_operation): Remove unused variables.
From-SVN: r225009
parent
8710e302
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/config/nvptx/nvptx.md
+1
-4
No files found.
gcc/ChangeLog
View file @
569aafaa
2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
* config/nvptx/nvptx.md (call_operation): Remove unused variables.
2015-06-26 Bin Cheng <bin.cheng@arm.com>
PR bootstrap/66638
...
...
gcc/config/nvptx/nvptx.md
View file @
569aafaa
...
...
@@ -197,20 +197,17 @@
(define_predicate "call_operation"
(match_code "parallel")
{
unsigned
i;
int
i;
for (i = 1; i < XVECLEN (op, 0); i++)
{
rtx elt = XVECEXP (op, 0, i);
enum machine_mode mode;
unsigned regno;
if (GET_CODE (elt) != USE
|| GET_CODE (XEXP (elt, 0)) != REG
|| XEXP (elt, 0) == frame_pointer_rtx
|| XEXP (elt, 0) == arg_pointer_rtx
|| XEXP (elt, 0) == stack_pointer_rtx)
return false;
}
return true;
...
...
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