diff options
| author | Craig Topper <craig.topper@gmail.com> | 2017-03-20 05:08:38 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2017-03-20 05:08:38 +0000 |
| commit | c98f8835b5446590d602d88d41061f4eb1fdecae (patch) | |
| tree | ce35df29ca7045cfe6df755358b3db1c7b83f6da /llvm/lib/IR/Operator.cpp | |
| parent | 0085ffb940848c6c354a935ed88f6e27c97a88dd (diff) | |
| download | bcm5719-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.cpp | 13 |
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" |

