mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Be more const correct
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b1ceaa40b
commit
332f0aa425
@ -211,7 +211,7 @@ public:
|
||||
/// the graph. If the StripAlloca's argument is 'StripAllocaBit' then Alloca
|
||||
/// markers are removed from nodes.
|
||||
///
|
||||
void mergeInGraph(DSCallSite &CS, Function &F, const DSGraph &Graph,
|
||||
void mergeInGraph(const DSCallSite &CS, Function &F, const DSGraph &Graph,
|
||||
unsigned CloneFlags);
|
||||
|
||||
// Methods for checking to make sure graphs are well formed...
|
||||
|
@ -211,7 +211,7 @@ public:
|
||||
/// the graph. If the StripAlloca's argument is 'StripAllocaBit' then Alloca
|
||||
/// markers are removed from nodes.
|
||||
///
|
||||
void mergeInGraph(DSCallSite &CS, Function &F, const DSGraph &Graph,
|
||||
void mergeInGraph(const DSCallSite &CS, Function &F, const DSGraph &Graph,
|
||||
unsigned CloneFlags);
|
||||
|
||||
// Methods for checking to make sure graphs are well formed...
|
||||
|
Loading…
x
Reference in New Issue
Block a user