[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:18:38 PDT 2003
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
Graph.h updated: 1.9 -> 1.10
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+7 -0)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h:1.9 llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h:1.10
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h:1.9 Sun Oct 12 22:32:08 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.h Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
//===-- Graph.h -------------------------------------------------*- 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.
+//
+//===----------------------------------------------------------------------===//
//
// Header file for Graph: This Graph is used by PathProfiles class, and is used
// for detecting proper points in cfg for code insertion
More information about the llvm-commits
mailing list