diff options
Diffstat (limited to 'llvm/tools/bugpoint/TestPasses.cpp')
-rw-r--r-- | llvm/tools/bugpoint/TestPasses.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/TestPasses.cpp b/llvm/tools/bugpoint/TestPasses.cpp index 32bca9555b6..25f28192e4c 100644 --- a/llvm/tools/bugpoint/TestPasses.cpp +++ b/llvm/tools/bugpoint/TestPasses.cpp @@ -1,4 +1,12 @@ //===- TestPasses.cpp - "buggy" passes used to test bugpoint --------------===// +// +// 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 contains "buggy" passes that are used to test bugpoint, to check // that it is narrowing down testcases correctly. |