mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Remove strange 'const' qualifiers, as warned about by icc
(#411). Patch by Erick Tryzelaar. llvm-svn: 81113
This commit is contained in:
parent
7155f79983
commit
ab1e3dc9e2
@ -42,8 +42,8 @@ namespace {
|
||||
|
||||
//! EVT mapping to useful data for Cell SPU
|
||||
struct valtype_map_s {
|
||||
const EVT valtype;
|
||||
const int prefslot_byte;
|
||||
EVT valtype;
|
||||
int prefslot_byte;
|
||||
};
|
||||
|
||||
const valtype_map_s valtype_map[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user