mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
mark a large static table static. Pointed out by Michael Ilseman!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6311a55b9d
commit
607b8ebfb8
@ -328,7 +328,7 @@ unsigned Function::getIntrinsicID() const {
|
||||
|
||||
std::string Intrinsic::getName(ID id, const Type **Tys, unsigned numTys) {
|
||||
assert(id < num_intrinsics && "Invalid intrinsic ID!");
|
||||
const char * const Table[] = {
|
||||
static const char * const Table[] = {
|
||||
"not_intrinsic",
|
||||
#define GET_INTRINSIC_NAME_TABLE
|
||||
#include "llvm/Intrinsics.gen"
|
||||
|
Loading…
x
Reference in New Issue
Block a user