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
de498dd4
Commit
de498dd4
authored
Jul 16, 2008
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jul 16, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recog.c (peephole2_optimize): Fix formatting.
* recog.c (peephole2_optimize): Fix formatting. From-SVN: r137896
parent
48c54229
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/recog.c
+3
-2
No files found.
gcc/ChangeLog
View file @
de498dd4
2008
-
07
-
16
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
recog
.
c
(
peephole2_optimize
)
:
Fix
formatting
.
2008
-
07
-
16
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
c
-
pch
.
c
(
get_ident
)
:
Avoid
C
++
keywords
.
*
combine
-
stack
-
adj
.
c
(
single_set_for_csa
)
:
Likewise
.
*
final
.
c
(
asm_insn_count
,
final_scan_insn
,
alter_subreg
,
...
...
gcc/recog.c
View file @
de498dd4
...
...
@@ -3080,8 +3080,9 @@ peephole2_optimize (void)
REG_EH_REGION
,
NULL_RTX
);
/* Replace the old sequence with the new. */
attempt
=
emit_insn_after_setloc
(
attempt
,
peep2_insn_data
[
i
].
insn
,
INSN_LOCATOR
(
peep2_insn_data
[
i
].
insn
));
attempt
=
emit_insn_after_setloc
(
attempt
,
peep2_insn_data
[
i
].
insn
,
INSN_LOCATOR
(
peep2_insn_data
[
i
].
insn
));
before_try
=
PREV_INSN
(
insn
);
delete_insn_chain
(
insn
,
peep2_insn_data
[
i
].
insn
,
false
);
...
...
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