Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / iBranch.cpp
index a6032ab0fe9d4c4daf6550368e2a334a279b34f7..bcba7145cc067fce813ec0ddb252d9f739ed59a6 100644 (file)
@@ -1,4 +1,11 @@
 //===-- iBranch.cpp - Implement the Branch instruction --------------------===//
+// 
+//                     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 implements the 'br' instruction, which can represent either a 
 // conditional or unconditional branch.