mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Adding comments to clarify the reason for non-standard style in these files.
Patch committed on behalf of Kirill Uhanov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
|
||||
* 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__
|
||||
#define __JITPROFILING_H__
|
||||
|
Reference in New Issue
Block a user