[llvm-commits] CVS: llvm/lib/Analysis/LiveVar/BBLiveVar.h

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:20:02 PDT 2003


Changes in directory llvm/lib/Analysis/LiveVar:

BBLiveVar.h updated: 1.23 -> 1.24

---
Log message:

Added LLVM copyright header.



---
Diffs of the changes:  (+7 -0)

Index: llvm/lib/Analysis/LiveVar/BBLiveVar.h
diff -u llvm/lib/Analysis/LiveVar/BBLiveVar.h:1.23 llvm/lib/Analysis/LiveVar/BBLiveVar.h:1.24
--- llvm/lib/Analysis/LiveVar/BBLiveVar.h:1.23	Mon Oct 20 15:52:23 2003
+++ llvm/lib/Analysis/LiveVar/BBLiveVar.h	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 //===-- BBLiveVar.h - Live Variable Analysis for a BasicBlock ---*- 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 is a BasicBlock annotation class that is used by live var analysis to
 // hold data flow information for a basic block.





More information about the llvm-commits mailing list