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
2c3de459
Commit
2c3de459
authored
Aug 04, 2007
by
Richard Sandiford
Committed by
Richard Sandiford
Aug 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm.md (movsi): Add braces.
gcc/ * config/arm/arm.md (movsi): Add braces. From-SVN: r127201
parent
48075623
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.md
+2
-0
No files found.
gcc/ChangeLog
View file @
2c3de459
2007-08-04 Richard Sandiford <richard@codesourcery.com>
* config/arm/arm.md (movsi): Add braces.
2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR middle-end/32780
...
...
gcc/config/arm/arm.md
View file @
2c3de459
...
...
@@ -4655,6 +4655,7 @@
(match_operand:SI 1 "general_operand" ""))]
"TARGET_EITHER"
"
{
rtx base, offset, tmp;
if (TARGET_32BIT)
...
...
@@ -4728,6 +4729,7 @@
(!can_create_pseudo_p ()
? operands
[
0
]
: 0));
}
"
)
...
...
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