[llvm-commits] CVS: llvm/lib/Analysis/IPA/IPModRef.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 29 22:16:01 PDT 2003
Changes in directory llvm/lib/Analysis/IPA:
IPModRef.cpp updated: 1.14 -> 1.15
---
Log message:
Adjust for new DSGraph API
---
Diffs of the changes:
Index: llvm/lib/Analysis/IPA/IPModRef.cpp
diff -u llvm/lib/Analysis/IPA/IPModRef.cpp:1.14 llvm/lib/Analysis/IPA/IPModRef.cpp:1.15
--- llvm/lib/Analysis/IPA/IPModRef.cpp:1.14 Wed Feb 5 15:59:58 2003
+++ llvm/lib/Analysis/IPA/IPModRef.cpp Sun Jun 29 22:14:54 2003
@@ -166,7 +166,7 @@
// Perform the merging now of the graph for the callee, which will
// come with mod/ref bits set...
- Result->mergeInGraph(CS, IPModRefObj.getBUDSGraph(*F),
+ Result->mergeInGraph(CS, *F, IPModRefObj.getBUDSGraph(*F),
DSGraph::StripAllocaBit
| DSGraph::DontCloneCallNodes
| DSGraph::DontCloneAuxCallNodes);
More information about the llvm-commits
mailing list