From: Chris Lattner Date: Sat, 12 Mar 2005 11:51:30 +0000 (+0000) Subject: Move this from the pool allocator project to here, where it logically belongs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7aed7179bd06293061c2c328090254b5e12463e5;p=oota-llvm.git Move this from the pool allocator project to here, where it logically belongs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20570 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 43aa6bf8619..af0f434138b 100644 --- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -15,7 +15,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "ECGraphs" -#include "EquivClassGraphs.h" +#include "llvm/Analysis/DataStructure/EquivClassGraphs.h" #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/Analysis/DataStructure/DSGraph.h"