Remove strange 'const' qualifiers, as warned about by icc

(#411).  Patch by Erick Tryzelaar.

llvm-svn: 81113
This commit is contained in:
Duncan Sands 2009-09-06 12:16:26 +00:00
parent 7155f79983
commit ab1e3dc9e2

View File

@ -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[] = {