Added LLVM project notice to the top of every C++ source file.

Header files will be on the way.

llvm-svn: 9298
This commit is contained in:
John Criswell
2003-10-20 19:43:21 +00:00
parent d77dd78c52
commit 482202a601
209 changed files with 1463 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
//===-- MachineCodeForInstruction.cpp -------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
//
// Representation of the sequence of machine instructions created for a single
// VM instruction. Additionally records information about hidden and implicit