Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)
authorMehdi Amini <mehdi.amini@apple.com>
Sat, 2 Apr 2016 17:29:47 +0000 (17:29 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Sat, 2 Apr 2016 17:29:47 +0000 (17:29 +0000)
commit8958c404302f3e25ea7b8719108140a4ffc66681
tree48b9847961eaf5c6e1b8d4dd0f49650aff309ff2
parent4b520e5ef6abd5f109a1c646ac1e31952dd76f8f
Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)

The index used to contain only Function, but now contains GlobalValue
in general.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 265230
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp