mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix a warning when building with clang++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b892ae3d6
commit
745c872bb5
@ -24,8 +24,9 @@
|
||||
#include <limits>
|
||||
using namespace llvm;
|
||||
|
||||
template<>
|
||||
char llvm::ProfileInfoT<Function,BasicBlock>::ID = 0;
|
||||
namespace llvm {
|
||||
template<> char ProfileInfoT<Function,BasicBlock>::ID = 0;
|
||||
}
|
||||
|
||||
// Register the ProfileInfo interface, providing a nice name to refer to.
|
||||
INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information");
|
||||
|
Loading…
x
Reference in New Issue
Block a user