diff options
Diffstat (limited to 'tools/llee/OSInterface.h')
-rw-r--r-- | tools/llee/OSInterface.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tools/llee/OSInterface.h b/tools/llee/OSInterface.h index e886a60361..26b48fd1af 100644 --- a/tools/llee/OSInterface.h +++ b/tools/llee/OSInterface.h @@ -1,16 +1,16 @@ /*===- OSInterface.h - Interface to query OS for functionality ---*- 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 prototype interface that we will expect operating * - * systems to implement if they wish to support offline cachine. * - * * + * + * 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 prototype interface that we will expect operating + * systems to implement if they wish to support offline cachine. + * \*===----------------------------------------------------------------------===*/ #ifndef OS_INTERFACE_H |