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
c5aa680d
Commit
c5aa680d
authored
Mar 08, 2000
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.md (strlensi): Initialize eoschar and align before use.
From-SVN: r32428
parent
45f984e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/i386.md
+3
-3
No files found.
gcc/config/i386/i386.md
View file @
c5aa680d
...
...
@@ -8591,7 +8591,9 @@
""
"
{
rtx out, addr, eoschar, align, scratch1, scratch2, scratch3;
rtx out, addr, scratch1, scratch2, scratch3;
rtx eoschar = operands
[
2
]
;
rtx align = operands
[
3
]
;
/
*
The generic case of strlen expander is long. Avoid it's
expanding unless TARGET_INLINE_ALL_STRINGOPS.
*
/
...
...
@@ -8603,8 +8605,6 @@
out = operands
[
0
]
;
addr = force_reg (Pmode, XEXP (operands
[
1
]
, 0));
eoschar = operands
[
2
]
;
align = operands
[
3
]
;
scratch1 = gen_reg_rtx (SImode);
if (TARGET_UNROLL_STRLEN && eoschar == const0_rtx && optimize > 1
...
...
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