Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / SlotCalculator.h
index 3228ce260ff99c4894ccd52974920fb7d7d91618..7e56de99dca72207fa1b2f60e6117cd6e8ac0c61 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/SlotCalculator.h - Calculate value slots -----------*- 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 class calculates the slots that values will land in.  This is useful for
 // when writing bytecode or assembly out, because you have to know these things.