mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-12 15:05:06 +00:00
Mark a static array as const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd2859eef8
commit
032f441afc
@ -2305,7 +2305,7 @@ void ARMOperand::print(raw_ostream &OS) const {
|
||||
OS << "<ccout " << getReg() << ">";
|
||||
break;
|
||||
case k_ITCondMask: {
|
||||
static const char *MaskStr[] = {
|
||||
static const char *const MaskStr[] = {
|
||||
"()", "(t)", "(e)", "(tt)", "(et)", "(te)", "(ee)", "(ttt)", "(ett)",
|
||||
"(tet)", "(eet)", "(tte)", "(ete)", "(tee)", "(eee)"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user