commit | d4ea3ec87f76f556c30c4cd47d7aba9876af17ba | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Tue Apr 26 07:30:10 2011 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Tue Apr 26 07:30:10 2011 +0000 |
tree | 0e4d3e0e639bcd7cafe25972b78ae04192b2ee5a | |
parent | 189ca1498f0f97f0e728a1716edf574a04226bea [diff] [blame] |
Another example of a static table that wasn't marked static. llvm-svn: 130193
diff --git a/llvm/lib/VMCore/Function.cpp b/llvm/lib/VMCore/Function.cpp index a5ec73d..013c458 100644 --- a/llvm/lib/VMCore/Function.cpp +++ b/llvm/lib/VMCore/Function.cpp
@@ -363,7 +363,7 @@ } bool Intrinsic::isOverloaded(ID id) { - const bool OTable[] = { + static const bool OTable[] = { false, #define GET_INTRINSIC_OVERLOAD_TABLE #include "llvm/Intrinsics.gen"