mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 04:39:51 +00:00
Another example of a static table that wasn't marked static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bffc2b4af1
commit
a37caf6472
@ -363,7 +363,7 @@ const FunctionType *Intrinsic::getType(LLVMContext &Context,
|
||||
}
|
||||
|
||||
bool Intrinsic::isOverloaded(ID id) {
|
||||
const bool OTable[] = {
|
||||
static const bool OTable[] = {
|
||||
false,
|
||||
#define GET_INTRINSIC_OVERLOAD_TABLE
|
||||
#include "llvm/Intrinsics.gen"
|
||||
|
Loading…
Reference in New Issue
Block a user