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
0a8c8f4d
Commit
0a8c8f4d
authored
Oct 03, 2019
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo unintended change to predicates.md in subversion id 276498
From-SVN: r276503
parent
e6f53878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/config/rs6000/predicates.md
+1
-2
No files found.
gcc/config/rs6000/predicates.md
View file @
0a8c8f4d
...
...
@@ -851,8 +851,7 @@
;; Return 1 if OP is a constant but not a valid add_operand.
(define_predicate "non_add_cint_operand"
(and (match_code "const_int")
(match_test "!satisfies_constraint_I (op)
&& !satisfies_constraint_L (op)")))
(not (match_operand 0 "add_operand"))))
;; Return 1 if the operand is a constant that can be used as the operand
;; of an AND, OR or XOR.
...
...
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