summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Operator.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-03-20 05:08:38 +0000
committerCraig Topper <craig.topper@gmail.com>2017-03-20 05:08:38 +0000
commitc98f8835b5446590d602d88d41061f4eb1fdecae (patch)
treece35df29ca7045cfe6df755358b3db1c7b83f6da /llvm/lib/IR/Operator.cpp
parent0085ffb940848c6c354a935ed88f6e27c97a88dd (diff)
downloadbcm5719-llvm-c98f8835b5446590d602d88d41061f4eb1fdecae.tar.gz
bcm5719-llvm-c98f8835b5446590d602d88d41061f4eb1fdecae.zip
[IR] Add missing copyright header.
llvm-svn: 298234
Diffstat (limited to 'llvm/lib/IR/Operator.cpp')
-rw-r--r--llvm/lib/IR/Operator.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/lib/IR/Operator.cpp b/llvm/lib/IR/Operator.cpp
index 2fba24d99b3..d19963cb21e 100644
--- a/llvm/lib/IR/Operator.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud