Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index 0d6ea11ff4086157f222761e0582deab1fcf155d..bce9d563a96f7c69dca33ebe43d6fa4bec053797 100644 (file)
@@ -1,4 +1,4 @@
-//===-- LiveIntervals.cpp - Live Interval Analysis ------------------------===//
+//===-- LiveIntervalAnalysis.cpp - Live Interval Analysis -----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -16,7 +16,7 @@
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "liveintervals"
-#include "LiveIntervals.h"
+#include "LiveIntervalAnalysis.h"
 #include "llvm/Value.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/CodeGen/LiveVariables.h"