Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / X86 / FloatingPoint.cpp
index 23d4e17f8e11659831300616d2099c0d0208fb66..07e58ba171cc3c2a24319bce3d86144db982ce3a 100644 (file)
@@ -1,4 +1,11 @@
 //===-- FloatingPoint.cpp - Floating point Reg -> Stack converter ---------===//
+// 
+//                     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 defines the pass which converts floating point instructions from
 // virtual registers into register stack instructions.