diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-07-23 17:56:30 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-07-23 17:56:30 +0000 |
| commit | 856383326ad2da5e9bff007815318ff03ac06991 (patch) | |
| tree | 51a68c6ab4118272bd70c6654c7ae6886d511c5f /llvm/lib/CodeGen/RegAllocIterativeScan.cpp | |
| parent | 78f62e37f3c4efd2e61407c42a06363b96c19aae (diff) | |
| download | bcm5719-llvm-856383326ad2da5e9bff007815318ff03ac06991.tar.gz bcm5719-llvm-856383326ad2da5e9bff007815318ff03ac06991.zip | |
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
llvm-svn: 15135
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocIterativeScan.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocIterativeScan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocIterativeScan.cpp b/llvm/lib/CodeGen/RegAllocIterativeScan.cpp index 9f0c5e8af49..5e62bcad34c 100644 --- a/llvm/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/llvm/lib/CodeGen/RegAllocIterativeScan.cpp @@ -29,7 +29,7 @@ #include "Support/Debug.h" #include "Support/Statistic.h" #include "Support/STLExtras.h" -#include "LiveIntervals.h" +#include "LiveIntervalAnalysis.h" #include "PhysRegTracker.h" #include "VirtRegMap.h" #include <algorithm> |

