mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
s/bool/LLVMBool/
llvm-svn: 175203
This commit is contained in:
parent
2f0d06fb51
commit
3263ae2d36
@ -2551,7 +2551,7 @@ LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef *OutMemBuf,
|
||||
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
|
||||
size_t InputDataLength,
|
||||
const char *BufferName,
|
||||
bool RequiresNullTerminator);
|
||||
LLVMBool RequiresNullTerminator);
|
||||
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
|
||||
size_t InputDataLength,
|
||||
const char *BufferName);
|
||||
|
Loading…
Reference in New Issue
Block a user