OSDN Git Service

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)
commit1cb85674c6d6732881ee2b7b9879870b8cc692f0
tree75bb514bb4e83534757e954e25c4e035ed2a3989
parentf9fa1559e56faf15e43521468b488a9d91a42996
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>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp