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/RegAllocLinearScan.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/RegAllocLinearScan.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocLinearScan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index f43dc4010d7..51b73c690e3 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp @@ -23,7 +23,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> |