[IR] Add missing copyright header.
authorCraig Topper <craig.topper@gmail.com>
Mon, 20 Mar 2017 05:08:38 +0000 (05:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 20 Mar 2017 05:08:38 +0000 (05:08 +0000)
llvm-svn: 298234

llvm/lib/IR/Operator.cpp

index 2fba24d..d19963c 100644 (file)
@@ -1,3 +1,16 @@
+//===-- Operator.cpp - Implement the LLVM operators -----------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements the non-inline methods for the LLVM Operator classes.
+//
+//===----------------------------------------------------------------------===//
+
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/GetElementPtrTypeIterator.h"
 #include "llvm/IR/Instructions.h"