mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 03:45:33 +00:00
[IR] Add missing copyright header.
llvm-svn: 298234
This commit is contained in:
parent
0085ffb940
commit
c98f8835b5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user