From a74fa15f320fe999a682eb81fd902478aea3351b Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 7 Sep 2010 19:16:25 +0000 Subject: Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include clutter and exposing internal details. llvm-svn: 113252 --- llvm/lib/Analysis/LazyValueInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp') diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 2c25f80dbea..74267e045ae 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -26,6 +26,8 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseSet.h" #include "llvm/ADT/STLExtras.h" +#include +#include using namespace llvm; char LazyValueInfo::ID = 0; -- cgit v1.2.3