1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix build breakage introduced by r259846.

llvm-svn: 259855
This commit is contained in:
Easwaran Raman 2016-02-05 00:45:02 +00:00
parent 9be1180e28
commit bbc3032ac0

View File

@ -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