mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Be more const-correct
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
332f0aa425
commit
9f93055253
@ -826,8 +826,8 @@ void DSGraph::cloneInto(const DSGraph &G, ScalarMapTy &OldValMap,
|
|||||||
/// merges the nodes specified in the call site with the formal arguments in the
|
/// merges the nodes specified in the call site with the formal arguments in the
|
||||||
/// graph.
|
/// graph.
|
||||||
///
|
///
|
||||||
void DSGraph::mergeInGraph(DSCallSite &CS, Function &F, const DSGraph &Graph,
|
void DSGraph::mergeInGraph(const DSCallSite &CS, Function &F,
|
||||||
unsigned CloneFlags) {
|
const DSGraph &Graph, unsigned CloneFlags) {
|
||||||
ScalarMapTy OldValMap, *ScalarMap;
|
ScalarMapTy OldValMap, *ScalarMap;
|
||||||
DSNodeHandle RetVal;
|
DSNodeHandle RetVal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user