summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-14 19:40:27 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-14 19:40:27 +0000
commitff61da963eac9a43b5683b5324178a3069d5ac5d (patch)
tree464355e70cf7b0dfebd9e9534a8ac0e2b9d0fa05 /llvm/lib
parentc9baa96e674c02dd5c109a886dafa92d518b8aaa (diff)
downloadbcm5719-llvm-ff61da963eac9a43b5683b5324178a3069d5ac5d.tar.gz
bcm5719-llvm-ff61da963eac9a43b5683b5324178a3069d5ac5d.zip
s/bool/LLVMBool/
llvm-svn: 175204
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp
index 10f870c71f2..79eb269206f 100644
--- a/llvm/lib/IR/Core.cpp
+++ b/llvm/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),
OpenPOWER on IntegriCloud