From 41223586a2d1cfc04bb6382aec67c086041afd73 Mon Sep 17 00:00:00 2001 From: Lauro Ramos Venancio Date: Wed, 2 May 2007 20:37:47 +0000 Subject: Fix build error. llvm-svn: 36648 --- llvm/lib/Analysis/ProfileInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/ProfileInfo.cpp') diff --git a/llvm/lib/Analysis/ProfileInfo.cpp b/llvm/lib/Analysis/ProfileInfo.cpp index 27da8162080..2a6a6a50bd0 100644 --- a/llvm/lib/Analysis/ProfileInfo.cpp +++ b/llvm/lib/Analysis/ProfileInfo.cpp @@ -22,9 +22,9 @@ using namespace llvm; // Register the ProfileInfo interface, providing a nice name to refer to. namespace { - const int ProfileInfo::ID = 0; RegisterAnalysisGroup Z("Profile Information"); } +const int ProfileInfo::ID = 0; ProfileInfo::~ProfileInfo() {} -- cgit v1.2.3