diff options
Diffstat (limited to 'tools/bugpoint/TestPasses.cpp')
-rw-r--r-- | tools/bugpoint/TestPasses.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp index b2539340c1..5147a90707 100644 --- a/tools/bugpoint/TestPasses.cpp +++ b/tools/bugpoint/TestPasses.cpp @@ -1,10 +1,10 @@ //===- 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 |