Move this from the pool allocator project to here, where it logically belongs.
authorChris Lattner <sabre@nondot.org>
Sat, 12 Mar 2005 11:51:30 +0000 (11:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Mar 2005 11:51:30 +0000 (11:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20570 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/EquivClassGraphs.cpp

index 43aa6bf86198e9a1f5ffcbf5009014928378817f..af0f434138b8e826656a6f128fc8296d6938a27e 100644 (file)
@@ -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"