mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-13 08:25:27 +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:
@@ -211,7 +211,7 @@ public:
|
|||||||
/// the graph. If the StripAlloca's argument is 'StripAllocaBit' then Alloca
|
/// the graph. If the StripAlloca's argument is 'StripAllocaBit' then Alloca
|
||||||
/// markers are removed from nodes.
|
/// 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);
|
unsigned CloneFlags);
|
||||||
|
|
||||||
// Methods for checking to make sure graphs are well formed...
|
// 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
|
/// the graph. If the StripAlloca's argument is 'StripAllocaBit' then Alloca
|
||||||
/// markers are removed from nodes.
|
/// 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);
|
unsigned CloneFlags);
|
||||||
|
|
||||||
// Methods for checking to make sure graphs are well formed...
|
// Methods for checking to make sure graphs are well formed...
|
||||||
|
Reference in New Issue
Block a user