IR: Rename MDSubrange::getLo() to getLowerBound()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 00:39:59 +0000 (00:39 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 00:39:59 +0000 (00:39 +0000)
commit329f8219cde304324d9b725494764e037f79cfec
tree000498c92acfffa9a129e3c9c34f00baf056a81d
parent6f6cc8c81f2a12c7e32fedeec7ccac1daea99d2b
IR: Rename MDSubrange::getLo() to getLowerBound()

During initial review, the `lo:` field was renamed to `lowerBound:`.
Make the same change to the C++ API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234267 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/LLVMContextImpl.h
unittests/IR/MetadataTest.cpp