mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Another example of a static table that wasn't marked static.
llvm-svn: 130193
This commit is contained in:
parent
37fec9f729
commit
45fa6cfbf4
@ -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