[Fix r262788] Fix missed prototype with the old llvm* name.

llvm-svn: 262927
This commit is contained in:
Filipe Cabecinhas 2016-03-08 14:22:13 +00:00
parent 39988a03a5
commit facd697007
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <string.h>
typedef struct ProfBufferIO ProfBufferIO;
ProfBufferIO *llvmCreateBufferIOInternal(FILE *File, uint32_t DefaultBufferSz);
ProfBufferIO *lprofCreateBufferIOInternal(FILE *File, uint32_t DefaultBufferSz);
void lprofDeleteBufferIO(ProfBufferIO *BufferIO);
int lprofBufferIOWrite(ProfBufferIO *BufferIO, const char *Data, uint32_t Size);