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)
commit5dcf621c8a7bdaa6ddddeef28b5544ee453d0dcd
treeb5b99314c6bf1c1cf2aeff3043370792e7cf89cd
parent7cf5fedbada3a8258e762f369100e3f3064b81cb
IR: Rename MDSubrange::getLo() to getLowerBound()

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

llvm-svn: 234267
llvm/include/llvm/IR/DebugInfo.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/unittests/IR/MetadataTest.cpp