diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-03-27 23:56:04 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-03-27 23:56:04 +0000 |
commit | cffd8cb9dc74b4899342fd89c26d803ef33a0410 (patch) | |
tree | 4143b3cb5bf32a8180bfb93865457f5d1f6ebe02 /llvm/lib/Bitcode/Writer/ValueEnumerator.cpp | |
parent | 80d153f6aa3f230202d3a04f382afa286e7e06c1 (diff) | |
download | bcm5719-llvm-cffd8cb9dc74b4899342fd89c26d803ef33a0410.tar.gz bcm5719-llvm-cffd8cb9dc74b4899342fd89c26d803ef33a0410.zip |
BitcodeWriter: Rename some functions for consistency, NFC
To match writeMetadataRecords, writeNamedMetadata and
writeMetadataStrings, change:
WriteModuleMetadata => writeModuleMetadata
WriteFunctionLocalMetadata => writeFunctionMetadata
Write##CLASS => write##CLASS
The only major change is "FunctionLocal" => "Function". The point is to
be less specific, in preparation for emitting normal metadata records
inside function metadata blocks (currently we only emit
`LocalAsMetadata` there).
llvm-svn: 264556
Diffstat (limited to 'llvm/lib/Bitcode/Writer/ValueEnumerator.cpp')
0 files changed, 0 insertions, 0 deletions