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
59068a89
Commit
59068a89
authored
Jun 08, 2004
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct indentation of one line.
From-SVN: r82753
parent
a98f59be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/dojump.c
+1
-1
No files found.
gcc/dojump.c
View file @
59068a89
...
...
@@ -338,7 +338,7 @@ do_jump (tree exp, rtx if_false_label, rtx if_true_label)
&&
type
!=
0
&&
bitsize
>=
0
&&
TYPE_PRECISION
(
type
)
<
TYPE_PRECISION
(
TREE_TYPE
(
exp
))
&&
(
cmp_optab
->
handlers
[(
int
)
TYPE_MODE
(
type
)].
insn_code
!=
CODE_FOR_nothing
))
!=
CODE_FOR_nothing
))
{
do_jump
(
convert
(
type
,
exp
),
if_false_label
,
if_true_label
);
break
;
...
...
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