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
c03e0096
Commit
c03e0096
authored
Jul 07, 2004
by
Per Bothner
Committed by
Per Bothner
Jul 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
From-SVN: r84254
parent
fbf153f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/flow.c
+0
-1
No files found.
gcc/ChangeLog
View file @
c03e0096
2004-07-07 Per Bothner <per@bothner.com>
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
2004-07-07 Mike Stump <mrs@apple.com>
2004-07-07 Mike Stump <mrs@apple.com>
* darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
* darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
...
...
gcc/flow.c
View file @
c03e0096
...
@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
...
@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
}
}
}
}
PUT_CODE
(
incr
,
NOTE
);
SET_INSN_DELETED
(
incr
);
SET_INSN_DELETED
(
incr
);
}
}
...
...
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