diff options
Diffstat (limited to 'include/llvm/Analysis/InductionVariable.h')
-rw-r--r-- | include/llvm/Analysis/InductionVariable.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Analysis/InductionVariable.h b/include/llvm/Analysis/InductionVariable.h index 053cdc3886..26deb832f8 100644 --- a/include/llvm/Analysis/InductionVariable.h +++ b/include/llvm/Analysis/InductionVariable.h @@ -1,4 +1,11 @@ //===- llvm/Analysis/InductionVariable.h - Induction variables --*- 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 interface is used to identify and classify induction variables that // exist in the program. Induction variables must contain a PHI node that |