aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r--lib/IR/Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp
index 10f870c71f..79eb269206 100644
--- a/lib/IR/Core.cpp
+++ b/lib/IR/Core.cpp
@@ -2373,7 +2373,7 @@ LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(
const char *InputData,
size_t InputDataLength,
const char *BufferName,
- bool RequiresNullTerminator) {
+ LLVMBool RequiresNullTerminator) {
return wrap(MemoryBuffer::getMemBuffer(
StringRef(InputData, InputDataLength),