diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:17:13 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:17:13 +0000 |
commit | 29265fe9811e92eb7ac377a1e64979b4abc0a4c6 (patch) | |
tree | 95840214cd6865bf41ee1e1a4722a3f5cbf4a911 /llvm/lib/CodeGen/InstrSched | |
parent | 2e2a0ed7e141db1b8715b2720e1573c6246b49b6 (diff) | |
download | bcm5719-llvm-29265fe9811e92eb7ac377a1e64979b4abc0a4c6.tar.gz bcm5719-llvm-29265fe9811e92eb7ac377a1e64979b4abc0a4c6.zip |
Added LLVM copyright header.
llvm-svn: 9321
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.h | 7 | ||||
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.h | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h index 11a4f877d0c..50cc0520e6f 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h +++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h @@ -1,4 +1,11 @@ //===-- SchedGraph.h - Scheduling Graph -------------------------*- 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 scheduling graph based on SSA graph plus extra dependence edges // capturing dependences due to machine resources (machine registers, CC diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 4513b28a36c..de321f9fcbf 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h @@ -1,5 +1,12 @@ //===-- SchedPriorities.h - Encapsulate scheduling heuristics --*- 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. +// +//===----------------------------------------------------------------------===// +// // Strategy: // Priority ordering rules: // (1) Max delay, which is the order of the heap S.candsAsHeap. |