From b36778a76fc82dccdab5237e6eb599c1b5f080ae Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 20 Mar 2017 05:08:38 +0000 Subject: [PATCH] [IR] Add missing copyright header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298234 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/Operator.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" -- 2.50.1