projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d8365
)
Fix build breakage introduced by r259846.
author
Easwaran Raman
<eraman@google.com>
Fri, 5 Feb 2016 00:45:02 +0000
(
00:45
+0000)
committer
Easwaran Raman
<eraman@google.com>
Fri, 5 Feb 2016 00:45:02 +0000
(
00:45
+0000)
llvm-svn: 259855
llvm/include/llvm/ProfileData/ProfileCommon.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/ProfileData/ProfileCommon.h
b/llvm/include/llvm/ProfileData/ProfileCommon.h
index
afdfdfc
..
022e5b0
100644
(file)
--- a/
llvm/include/llvm/ProfileData/ProfileCommon.h
+++ b/
llvm/include/llvm/ProfileData/ProfileCommon.h
@@
-13,6
+13,7
@@
//===----------------------------------------------------------------------===//
#include <cstdint>
+#include <functional>
#include <map>
#include <vector>
@@
-23,7
+24,7
@@
namespace llvm {
namespace IndexedInstrProf {
struct Summary;
}
-
class
InstrProfRecord;
+
struct
InstrProfRecord;
///// Profile summary computation ////
// The 'show' command displays richer summary of the profile data. The profile
// summary is one or more (Cutoff, MinBlockCount, NumBlocks) triplets. Given a