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
70654ae6
Commit
70654ae6
authored
Nov 12, 2014
by
Ramana Radhakrishnan
Committed by
Ramana Radhakrishnan
Nov 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in *<arith_shift_insn>_shiftsi
From-SVN: r217430
parent
43cf21c6
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/arm/arm.md
+1
-1
No files found.
gcc/ChangeLog
View file @
70654ae6
2014
-
11
-
12
Ramana
Radhakrishnan
<
ramana
.
radhakrishnan
@
arm
.
com
>
*
config
/
arm
/
arm
.
c
(*<
arith_shift_insn
>
_shiftsi
):
Fix
typo
.
2014
-
11
-
12
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
fold
-
const
.
c
(
fold_binary_loc
):
Don
't fold if the result
gcc/config/arm/arm.md
View file @
70654ae6
...
...
@@ -8261,7 +8261,7 @@
[
(match_operand:SI 3 "s_register_operand" "r,r,r")
(match_operand:SI 4 "shift_amount_operand" "M,M,r")])
(match_operand:SI 1 "s_register_operand" "rk,
<t2
_binop0
>
,rk")))]
"TARGET_32BIT && GET_CODE (operands
[
3
]
) != MULT"
"TARGET_32BIT && GET_CODE (operands
[
2
]
) != MULT"
"
<arith
_shift_insn
>
%?
\\
t%0, %1, %3%S2"
[
(set_attr "predicable" "yes")
(set_attr "predicable_short_it" "no")
...
...
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