[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h

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


Changes in directory llvm/lib/Analysis/DataStructure:

DSCallSiteIterator.h updated: 1.5 -> 1.6

---
Log message:

Added LLVM copyright header.



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

Index: llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h
diff -u llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h:1.5 llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h:1.6
--- llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h:1.5	Thu Jul 17 14:07:46 2003
+++ llvm/lib/Analysis/DataStructure/DSCallSiteIterator.h	Tue Oct 21 10:17:09 2003
@@ -1,4 +1,11 @@
 //===- DSCallSiteIterator.h - Iterator for DSGraph call sites ---*- 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 an iterator for complete call sites in DSGraphs.  This
 // code can either iterator over the normal call list or the aux calls list, and





More information about the llvm-commits mailing list