Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.h
index 84c8e069dfea14471e732ff3867405e259df40e3..4e2cbeba0b003d6b92ac7a2d6b74a4d2e86eca64 100644 (file)
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/LiveInterval.h - Live Interval Analysis ----*- C++ -*-===//
+//===-- LiveIntervalAnalysis.h - Live Interval Analysis ---------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -17,8 +17,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CODEGEN_LIVEINTERVALS_H
-#define LLVM_CODEGEN_LIVEINTERVALS_H
+#ifndef LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H
+#define LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "LiveInterval.h"