From 856383326ad2da5e9bff007815318ff03ac06991 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 23 Jul 2004 17:56:30 +0000 Subject: Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) llvm-svn: 15135 --- llvm/lib/CodeGen/RegAllocIterativeScan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/RegAllocIterativeScan.cpp') 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 -- cgit v1.2.3