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
ae84e151
Commit
ae84e151
authored
Sep 03, 2013
by
Xinliang David Li
Committed by
Xinliang David Li
Sep 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a trivial assert (missed in previous checkin)
From-SVN: r202230
parent
c716e67f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+5
-0
gcc/tree-vect-data-refs.c
+0
-1
No files found.
gcc/ChangeLog
View file @
ae84e151
2013-08-29 Xinliang David Li <davidxl@google.com>
2013-08-29 Xinliang David Li <davidxl@google.com>
* tree-vect-data-refs.c (vect_compute_data_ref_alignment):
Remove a trivial gcc_assert.
2013-08-29 Xinliang David Li <davidxl@google.com>
* tree-vect-slp.c (destroy_bb_vec_info): Data ref cleanup.
* tree-vect-slp.c (destroy_bb_vec_info): Data ref cleanup.
* tree-vect-loop.c (destroy_bb_vec_info): Ditto.
* tree-vect-loop.c (destroy_bb_vec_info): Ditto.
* tree-vect-data-refs.c (vect_compute_data_ref_alignment):
* tree-vect-data-refs.c (vect_compute_data_ref_alignment):
...
...
gcc/tree-vect-data-refs.c
View file @
ae84e151
...
@@ -763,7 +763,6 @@ vect_compute_data_ref_alignment (struct data_reference *dr)
...
@@ -763,7 +763,6 @@ vect_compute_data_ref_alignment (struct data_reference *dr)
dump_generic_expr
(
MSG_NOTE
,
TDF_SLIM
,
ref
);
dump_generic_expr
(
MSG_NOTE
,
TDF_SLIM
,
ref
);
}
}
gcc_assert
(
dr
->
aux
);
((
dataref_aux
*
)
dr
->
aux
)
->
base_decl
=
base
;
((
dataref_aux
*
)
dr
->
aux
)
->
base_decl
=
base
;
((
dataref_aux
*
)
dr
->
aux
)
->
base_misaligned
=
true
;
((
dataref_aux
*
)
dr
->
aux
)
->
base_misaligned
=
true
;
}
}
...
...
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