From ab1e3dc9e24204f99183cc9861ff106770e43a9d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 6 Sep 2009 12:16:26 +0000 Subject: [PATCH] Remove strange 'const' qualifiers, as warned about by icc (#411). Patch by Erick Tryzelaar. llvm-svn: 81113 --- lib/Target/CellSPU/SPUISelLowering.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index 767bbbb51dd..aaf07838fb6 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp @@ -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[] = {