[IR] Add missing copyright header.

llvm-svn: 298234
This commit is contained in:
Craig Topper 2017-03-20 05:08:38 +00:00
parent 0085ffb940
commit c98f8835b5

View 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"