diff options
Diffstat (limited to 'include/llvm/Analysis/LoadValueNumbering.h')
-rw-r--r-- | include/llvm/Analysis/LoadValueNumbering.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Analysis/LoadValueNumbering.h b/include/llvm/Analysis/LoadValueNumbering.h index cca4beab1a..83aa5e99a6 100644 --- a/include/llvm/Analysis/LoadValueNumbering.h +++ b/include/llvm/Analysis/LoadValueNumbering.h @@ -1,4 +1,11 @@ //===- llvm/Analysis/LoadValueNumbering.h - Value # Load Insts --*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// // // This file defines a value numbering pass that value #'s load instructions. // To do this, it finds lexically identical load instructions, and uses alias |