diff options
Diffstat (limited to 'lib/Support/SlowOperationInformer.cpp')
-rw-r--r-- | lib/Support/SlowOperationInformer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp index 43faaadaae..671add188e 100644 --- a/lib/Support/SlowOperationInformer.cpp +++ b/lib/Support/SlowOperationInformer.cpp @@ -1,12 +1,12 @@ //===-- SlowOperationInformer.cpp - Keep the user informed ----------------===// -// +// // 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 implements the SlowOperationInformer class for the LLVM debugger. // //===----------------------------------------------------------------------===// |