[llvm-commits] [regalloc_linearscan] CVS: llvm/include/llvm/CodeGen/LiveIntervals.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Fri Oct 24 10:50:02 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
LiveIntervals.h updated: 1.1.2.1 -> 1.1.2.2
---
Log message:
Added copyright and fix typo in comments.
---
Diffs of the changes: (+9 -2)
Index: llvm/include/llvm/CodeGen/LiveIntervals.h
diff -u llvm/include/llvm/CodeGen/LiveIntervals.h:1.1.2.1 llvm/include/llvm/CodeGen/LiveIntervals.h:1.1.2.2
--- llvm/include/llvm/CodeGen/LiveIntervals.h:1.1.2.1 Fri Oct 24 01:06:46 2003
+++ llvm/include/llvm/CodeGen/LiveIntervals.h Fri Oct 24 10:49:24 2003
@@ -1,7 +1,14 @@
-//===-- llvm/CodeGen/LiveInterval.h - Live Interval Analysis ---*- C++ -*-===//
+//===-- llvm/CodeGen/LiveInterval.h - Live Interval Analysis ----*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file implements the LiveInterval analysis pass. Given some
-// numbering of each the machine instructions (in this implemenation
+// numbering of each the machine instructions (in this implemention
// depth-first order) an interval [i, j] is said to be a live interval
// for register v if there is no instruction with number j' > j such
// that v is live at j' abd there is no instruction with number i' < i
More information about the llvm-commits
mailing list