From: Craig Topper Date: Mon, 20 Mar 2017 05:08:38 +0000 (+0000) Subject: [IR] Add missing copyright header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b36778a76fc82dccdab5237e6eb599c1b5f080ae;p=llvm [IR] Add missing copyright header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/Operator.cpp b/lib/IR/Operator.cpp index 2fba24d99b3..d19963cb21e 100644 --- a/lib/IR/Operator.cpp +++ b/lib/IR/Operator.cpp @@ -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"