From 10bc2b456af864faae4f86ba1f899064c20f08f1 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 10 Oct 2012 01:48:52 +0000 Subject: Adding comments to clarify the reason for non-standard style in these files. Patch committed on behalf of Kirill Uhanov llvm-svn: 165589 --- llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h') diff --git a/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h b/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h index f33fb83ba97..f08e2870dce 100644 --- a/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h +++ b/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h @@ -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__ -- cgit v1.2.3