summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/MutateStructTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/MutateStructTypes.h')
-rw-r--r--include/llvm/Transforms/MutateStructTypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Transforms/MutateStructTypes.h b/include/llvm/Transforms/MutateStructTypes.h
index 1597ac9a10..f9b753caf4 100644
--- a/include/llvm/Transforms/MutateStructTypes.h
+++ b/include/llvm/Transforms/MutateStructTypes.h
@@ -1,4 +1,11 @@
//===-- llvm/Transforms/MutateStructTypes.h - Rearrange structs -*- 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 pass is used to change structure accesses and type definitions in some
// way. It can be used to arbitrarily permute structure fields, safely, without