projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
332f0aa
)
Be more const-correct
author
Chris Lattner
<sabre@nondot.org>
Mon, 30 Jun 2003 05:27:18 +0000
(
05:27
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 30 Jun 2003 05:27:18 +0000
(
05:27
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7005
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/DataStructure.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/DataStructure.cpp
b/lib/Analysis/DataStructure/DataStructure.cpp
index c25c8d275ca0c279b73156aeb5da681d804624ea..fbd223f71b0afab339ede831ea9766aea275df96 100644
(file)
--- a/
lib/Analysis/DataStructure/DataStructure.cpp
+++ b/
lib/Analysis/DataStructure/DataStructure.cpp
@@
-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
/// graph.
///
-void DSGraph::mergeInGraph(
DSCallSite &CS, Function &F, const DSGraph &Graph
,
- unsigned CloneFlags) {
+void DSGraph::mergeInGraph(
const DSCallSite &CS, Function &F
,
+
const DSGraph &Graph,
unsigned CloneFlags) {
ScalarMapTy OldValMap, *ScalarMap;
DSNodeHandle RetVal;