mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 20:44:51 +00:00
Adding comments to clarify the reason for non-standard style in these files.
Patch committed on behalf of Kirill Uhanov llvm-svn: 165589
This commit is contained in:
parent
2698e6d553
commit
32929a1043
@ -10,6 +10,11 @@
|
|||||||
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
||||||
* Profiling API internal config.
|
* Profiling API internal config.
|
||||||
*
|
*
|
||||||
|
* NOTE: This file comes in a style different from the rest of LLVM
|
||||||
|
* source base since this is a piece of code shared from Intel(R)
|
||||||
|
* products. Please do not reformat / re-style this code to make
|
||||||
|
* subsequent merges and contributions from the original source base eaiser.
|
||||||
|
*
|
||||||
*===----------------------------------------------------------------------===*/
|
*===----------------------------------------------------------------------===*/
|
||||||
#ifndef _ITTNOTIFY_CONFIG_H_
|
#ifndef _ITTNOTIFY_CONFIG_H_
|
||||||
#define _ITTNOTIFY_CONFIG_H_
|
#define _ITTNOTIFY_CONFIG_H_
|
||||||
|
@ -1,11 +1,18 @@
|
|||||||
//===-- ittnotify_types.h - Intel(R) Performance Analyzer JIT (Just-In-Time) Profiling API internal types. ---------===//
|
/*===-- ittnotify_types.h - JIT Profiling API internal types--------*- C -*-===*
|
||||||
//
|
*
|
||||||
// The LLVM Compiler Infrastructure
|
* The LLVM Compiler Infrastructure
|
||||||
//
|
*
|
||||||
// This file is distributed under the University of Illinois Open Source
|
* This file is distributed under the University of Illinois Open Source
|
||||||
// License. See LICENSE.TXT for details.
|
* License. See LICENSE.TXT for details.
|
||||||
//
|
*
|
||||||
//===----------------------------------------------------------------------===//
|
*===----------------------------------------------------------------------===*
|
||||||
|
*
|
||||||
|
* NOTE: This file comes in a style different from the rest of LLVM
|
||||||
|
* source base since this is a piece of code shared from Intel(R)
|
||||||
|
* products. Please do not reformat / re-style this code to make
|
||||||
|
* subsequent merges and contributions from the original source base eaiser.
|
||||||
|
*
|
||||||
|
*===----------------------------------------------------------------------===*/
|
||||||
#ifndef _ITTNOTIFY_TYPES_H_
|
#ifndef _ITTNOTIFY_TYPES_H_
|
||||||
#define _ITTNOTIFY_TYPES_H_
|
#define _ITTNOTIFY_TYPES_H_
|
||||||
|
|
||||||
|
@ -10,6 +10,11 @@
|
|||||||
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
||||||
* Profiling API implementation.
|
* Profiling API implementation.
|
||||||
*
|
*
|
||||||
|
* NOTE: This file comes in a style different from the rest of LLVM
|
||||||
|
* source base since this is a piece of code shared from Intel(R)
|
||||||
|
* products. Please do not reformat / re-style this code to make
|
||||||
|
* subsequent merges and contributions from the original source base eaiser.
|
||||||
|
*
|
||||||
*===----------------------------------------------------------------------===*/
|
*===----------------------------------------------------------------------===*/
|
||||||
#include "ittnotify_config.h"
|
#include "ittnotify_config.h"
|
||||||
|
|
||||||
|
@ -10,6 +10,11 @@
|
|||||||
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
||||||
* Profiling API declaration.
|
* Profiling API declaration.
|
||||||
*
|
*
|
||||||
|
* NOTE: This file comes in a style different from the rest of LLVM
|
||||||
|
* source base since this is a piece of code shared from Intel(R)
|
||||||
|
* products. Please do not reformat / re-style this code to make
|
||||||
|
* subsequent merges and contributions from the original source base eaiser.
|
||||||
|
*
|
||||||
*===----------------------------------------------------------------------===*/
|
*===----------------------------------------------------------------------===*/
|
||||||
#ifndef __JITPROFILING_H__
|
#ifndef __JITPROFILING_H__
|
||||||
#define __JITPROFILING_H__
|
#define __JITPROFILING_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user