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
1f347158
Commit
1f347158
authored
Oct 06, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/predicates.md (int_register_operand): Delete.
From-SVN: r215924
parent
44a0c6cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/config/sparc/predicates.md
+0
-5
No files found.
gcc/ChangeLog
View file @
1f347158
2014
-
10
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
config
/
sparc
/
predicates
.
md
(
int_register_operand
):
Delete
.
2014
-
10
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
dwarf2cfi
.
c
(
create_pseudo_cfg
):
Fix
trace
numbering
.
2014
-
10
-
06
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
gcc/config/sparc/predicates.md
View file @
1f347158
...
...
@@ -260,11 +260,6 @@
return REG_P (op) && SPARC_FP_REG_P (REGNO (op));
})
;; Return true if OP is an integer register.
(define_special_predicate "int_register_operand"
(ior (match_test "register_operand (op, SImode)")
(match_test "TARGET_ARCH64 && register_operand (op, DImode)")))
;; Return true if OP is an integer register of the appropriate mode
;; for a cstore result.
(define_special_predicate "cstore_result_operand"
...
...
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