projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be441c0
)
Remove strange 'const' qualifiers, as warned about by icc
author
Duncan Sands
<baldrick@free.fr>
Sun, 6 Sep 2009 12:16:26 +0000
(12:16 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Sun, 6 Sep 2009 12:16:26 +0000
(12:16 +0000)
(#411). Patch by Erick Tryzelaar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81113
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/CellSPU/SPUISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/CellSPU/SPUISelLowering.cpp
b/lib/Target/CellSPU/SPUISelLowering.cpp
index 767bbbb51ddde8c8b69b66390c51da1334ebda28..aaf07838fb683eacac0f55947e1d43c8323ef0af 100644
(file)
--- 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[] = {