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
9ce3eaa4
Commit
9ce3eaa4
authored
Jun 03, 2015
by
Kyrylo Tkachov
Committed by
Kyrylo Tkachov
Jun 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ifcvt][obvious] Fix typo in comment
* ifcvt (end_ifcvt_sequence): Fix typo in comment above. From-SVN: r224075
parent
67321dcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ifcvt.c
+1
-1
No files found.
gcc/ChangeLog
View file @
9ce3eaa4
2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt (end_ifcvt_sequence): Fix typo in comment above.
2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
* ipa-chkp.c (chkp_maybe_create_clone): Create alias
...
...
gcc/ifcvt.c
View file @
9ce3eaa4
...
...
@@ -1043,7 +1043,7 @@ cc_in_cond (rtx cond)
/* Return sequence of instructions generated by if conversion. This
function calls end_sequence() to end the current stream, ensures
that
ar
e instructions are unshared, recognizable non-jump insns.
that
th
e instructions are unshared, recognizable non-jump insns.
On failure, this function returns a NULL_RTX. */
static
rtx_insn
*
...
...
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