summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2015-12-10 19:50:04 +0000
committerXinliang David Li <davidxl@google.com>2015-12-10 19:50:04 +0000
commitab89ea32bad4bd03c9782c7645658e7fd5feef67 (patch)
tree194608ada9df6b89fa3e9af16ab022a6adf47168 /lib/profile/InstrProfiling.c
parentf287377ff9f1d78be5fd09f47cd21dc924add353 (diff)
[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfiling.c')
-rw-r--r--lib/profile/InstrProfiling.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/profile/InstrProfiling.c b/lib/profile/InstrProfiling.c
index 44f8ce5a7..f5a5022d2 100644
--- a/lib/profile/InstrProfiling.c
+++ b/lib/profile/InstrProfiling.c
@@ -8,6 +8,7 @@
\*===----------------------------------------------------------------------===*/
#include "InstrProfiling.h"
+#include "InstrProfilingInternal.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>