DebugInfo: Update signature of DICompileUnit::replace*()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 03:51:36 +0000 (03:51 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 03:51:36 +0000 (03:51 +0000)
commit35adce33f1f45caf7f77dc2cc75ff893e9826a43
tree3f72a40c65342abe3559f7aa5fb0281b60422e3d
parent32439e7d8822d0d62b3954cc3afe91e5b826db8a
DebugInfo: Update signature of DICompileUnit::replace*()

Change `DICompileUnit::replaceSubprograms()` and
`DICompileUnit::replaceGlobalVariables()` to match the `MDCompileUnit`
equivalents that they're wrapping.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234852 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfo.h
lib/IR/DebugInfo.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/Utils/CloneFunction.cpp