commit | 3c3fe462f7978b429ecdd71750c26be25c3d1335 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Sep 21 04:19:09 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Sep 21 04:19:09 2005 +0000 |
tree | 9cbab9a0e20f4b22e7fd8c93fe91fc7c2f797311 | |
parent | 779a6513fe92865818dd0ff6ed9a0646a095774b [diff] [blame] |
Expose the LiveInterval interfaces as public headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23400 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAllocIterativeScan.cpp b/lib/CodeGen/RegAllocIterativeScan.cpp index 0ebef5e..ca7eddd 100644 --- a/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/lib/CodeGen/RegAllocIterativeScan.cpp
@@ -28,7 +28,7 @@ #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" -#include "LiveIntervalAnalysis.h" +#include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "PhysRegTracker.h" #include "VirtRegMap.h" #include <algorithm>