From fd93908ae8b9684fe71c239e3c6cfe13ff6a2663 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 21 Apr 2005 23:48:37 +0000 Subject: Remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21427 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GC/GCInterface.h | 4 ++-- runtime/GCCLibraries/crtend/Exception.h | 6 +++--- runtime/GCCLibraries/crtend/SJLJ-Exception.cpp | 10 +++++----- runtime/GCCLibraries/crtend/SJLJ-Exception.h | 6 +++--- runtime/libprofile/Profiling.h | 4 ++-- runtime/libtrace/tracelib.h | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) (limited to 'runtime') diff --git a/runtime/GC/GCInterface.h b/runtime/GC/GCInterface.h index e83abe0d16..4eb48183bc 100644 --- a/runtime/GC/GCInterface.h +++ b/runtime/GC/GCInterface.h @@ -4,9 +4,9 @@ |* |* 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 defines the common public interface that must be exposed by all |* LLVM garbage collectors. |* diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h index 1e515196e8..9bda39da1d 100644 --- a/runtime/GCCLibraries/crtend/Exception.h +++ b/runtime/GCCLibraries/crtend/Exception.h @@ -1,10 +1,10 @@ //===- Exception.h - Generic language-independent exceptions ----*- 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 file defines the the shared data structures used by all language @@ -24,7 +24,7 @@ struct llvm_exception { // exception type is. // void (*ExceptionDestructor)(llvm_exception *); - + // ExceptionType - This field identifies what runtime library this exception // came from. Currently defined values are: // 0 - Error diff --git a/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp b/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp index 86e0e3a28d..6a3e4724ae 100644 --- a/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp +++ b/runtime/GCCLibraries/crtend/SJLJ-Exception.cpp @@ -1,10 +1,10 @@ //===- SJLJ-Exception.cpp - SetJmp/LongJmp Exception Handling -------------===// -// +// // 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 API used by the Setjmp/Longjmp exception handling @@ -106,7 +106,7 @@ void __llvm_sjljeh_add_setjmp_to_map(void **SetJmpMap, void *JmpBuf, bool __llvm_sjljeh_is_longjmp_exception() throw() { return __llvm_eh_current_uncaught_exception_type(SJLJException) != 0; } - + // __llvm_sjljeh_get_longjmp_value - This function returns the value that the // setjmp call should "return". This requires that the current uncaught // exception be a sjlj exception, though it does not require the exception to be @@ -125,7 +125,7 @@ int __llvm_sjljeh_get_longjmp_value() throw() { unsigned __llvm_sjljeh_try_catching_longjmp_exception(void **SetJmpMap) throw(){ llvm_sjlj_exception *E = get_sjlj_exception(__llvm_eh_get_uncaught_exception()); - + // Scan for a matching entry in the SetJmpMap... SetJmpMapEntry *SJE = *(SetJmpMapEntry**)SetJmpMap; for (; SJE; SJE = SJE->Next) @@ -140,7 +140,7 @@ unsigned __llvm_sjljeh_try_catching_longjmp_exception(void **SetJmpMap) throw(){ // Return the setjmp ID which we should branch to... return SJE->SetJmpID; } - + // No setjmp in this function catches the exception! return ~0; } diff --git a/runtime/GCCLibraries/crtend/SJLJ-Exception.h b/runtime/GCCLibraries/crtend/SJLJ-Exception.h index eaf927a5f0..ac27cbed7f 100644 --- a/runtime/GCCLibraries/crtend/SJLJ-Exception.h +++ b/runtime/GCCLibraries/crtend/SJLJ-Exception.h @@ -1,10 +1,10 @@ //===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- 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 file defines the data structures and API used by the Setjmp/Longjmp @@ -61,7 +61,7 @@ extern "C" { // current uncaught exception is a longjmp exception. This is the first step // of catching a sjlj exception. bool __llvm_sjljeh_is_longjmp_exception() throw(); - + // __llvm_sjljeh_get_longjmp_value - This function returns the value that the // setjmp call should "return". This requires that the current uncaught // exception be a sjlj exception, though it does not require the exception to diff --git a/runtime/libprofile/Profiling.h b/runtime/libprofile/Profiling.h index 20f960f1b3..2c404899c8 100644 --- a/runtime/libprofile/Profiling.h +++ b/runtime/libprofile/Profiling.h @@ -4,9 +4,9 @@ |* |* 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 defines functions shared by the various different profiling |* implementations. |* diff --git a/runtime/libtrace/tracelib.h b/runtime/libtrace/tracelib.h index f700a00317..a60697a897 100644 --- a/runtime/libtrace/tracelib.h +++ b/runtime/libtrace/tracelib.h @@ -37,4 +37,4 @@ extern void ReleasePointersPopSet(); /*===---------------------------------------------------------------------===*/ -#endif +#endif -- cgit v1.2.3