summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ConstantsScanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/ConstantsScanner.h')
-rw-r--r--include/llvm/Analysis/ConstantsScanner.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ConstantsScanner.h b/include/llvm/Analysis/ConstantsScanner.h
index 1d71676732..c7efd76cef 100644
--- a/include/llvm/Analysis/ConstantsScanner.h
+++ b/include/llvm/Analysis/ConstantsScanner.h
@@ -1,4 +1,11 @@
//==- llvm/Analysis/ConstantsScanner.h - Iterate over constants -*- 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 class implements an iterator to walk through the constants referenced by
// a method. This is used by the Bytecode & Assembly writers to build constant