Fix a compile error on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gordon Henriksen 2008-01-03 03:21:18 +00:00
parent 02aabbf96b
commit 98232f5859

View File

@ -13,6 +13,8 @@
#include "llvm/ParameterAttributes.h"
#include "llvm/Support/ManagedStatic.h"
#include <cassert>
using namespace llvm;
static ManagedStatic<FoldingSet<ParamAttrsList> > ParamAttrsLists;