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
60c9cf8d
Commit
60c9cf8d
authored
Jun 11, 2008
by
Sa Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert the accidental check-in that casued build error on SPU.
From-SVN: r136653
parent
9de0e916
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/config/spu/spu.c
+1
-1
No files found.
gcc/config/spu/spu.c
View file @
60c9cf8d
...
...
@@ -4479,7 +4479,7 @@ spu_init_builtins (void)
unsigned_V4SI_type_node
=
build_vector_type
(
unsigned_intSI_type_node
,
4
);
unsigned_V2DI_type_node
=
build_vector_type
(
unsigned_intDI_type_node
,
2
);
spu_builtin_types
[
SPU_BTI_QUADWORD
]
=
intT
I_type_node
;
spu_builtin_types
[
SPU_BTI_QUADWORD
]
=
V16Q
I_type_node
;
spu_builtin_types
[
SPU_BTI_7
]
=
global_trees
[
TI_INTSI_TYPE
];
spu_builtin_types
[
SPU_BTI_S7
]
=
global_trees
[
TI_INTSI_TYPE
];
...
...
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