summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:48:52 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:48:52 +0000
commit10bc2b456af864faae4f86ba1f899064c20f08f1 (patch)
tree3b5a6dea6ce765eff310245ed51301643573a390 /llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
parentb96a320a2e46f1bde11949e649abe593a1821989 (diff)
downloadbcm5719-llvm-10bc2b456af864faae4f86ba1f899064c20f08f1.tar.gz
bcm5719-llvm-10bc2b456af864faae4f86ba1f899064c20f08f1.zip
Adding comments to clarify the reason for non-standard style in these files.
Patch committed on behalf of Kirill Uhanov llvm-svn: 165589
Diffstat (limited to 'llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h')
-rw-r--r--llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h5
1 files changed, 5 insertions, 0 deletions
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__
OpenPOWER on IntegriCloud