Another example of a static table that wasn't marked static.

llvm-svn: 130193
This commit is contained in:
Duncan Sands 2011-04-26 07:30:10 +00:00
parent 189ca1498f
commit d4ea3ec87f
1 changed files with 1 additions and 1 deletions

View File

@ -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"