diff options
Diffstat (limited to 'tools/llee/SysUtils.h')
-rw-r--r-- | tools/llee/SysUtils.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tools/llee/SysUtils.h b/tools/llee/SysUtils.h index 8db79cc620..8d1be4e835 100644 --- a/tools/llee/SysUtils.h +++ b/tools/llee/SysUtils.h @@ -1,16 +1,16 @@ -/*===- SysUtils.h - Utilities to do low-level system stuff -------*- 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 contains functions used to do a variety of low-level, often * - * system-specific, tasks. * - * * +/*===- SysUtils.h - Utilities to do low-level system stuff ----------------===*\ + * + * 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 functions used to do a variety of low-level, often + * system-specific, tasks. + * \*===----------------------------------------------------------------------===*/ #ifndef SYSUTILS_H |