summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-03-15 19:03:16 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-03-15 19:03:16 +0000
commitb3dae7cfa9c99f8b026fe91c2bfccf521c27d56f (patch)
treefac38dc6c574a067a5a923c95739cdd34648b8f4 /llvm/lib/Analysis/DataStructure
parent18e788e45216abf0e219711a322653c9b84c2d0d (diff)
downloadbcm5719-llvm-b3dae7cfa9c99f8b026fe91c2bfccf521c27d56f.tar.gz
bcm5719-llvm-b3dae7cfa9c99f8b026fe91c2bfccf521c27d56f.zip
no heap is happening here
llvm-svn: 26781
Diffstat (limited to 'llvm/lib/Analysis/DataStructure')
-rw-r--r--llvm/lib/Analysis/DataStructure/Local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Local.cpp b/llvm/lib/Analysis/DataStructure/Local.cpp
index 51f8d885f48..c87e9c442e2 100644
--- a/llvm/lib/Analysis/DataStructure/Local.cpp
+++ b/llvm/lib/Analysis/DataStructure/Local.cpp
@@ -549,7 +549,7 @@ void GraphBuilder::visitCallSite(CallSite CS) {
case Intrinsic::memcpy_i64: {
//write first location
if (DSNode *N = getValueDest(**CS.arg_begin()).getNode())
- N->setHeapNodeMarker()->setModifiedMarker();
+ N->setModifiedMarker();
//and read second pointer
if (DSNode *N = getValueDest(**(CS.arg_begin() + 1)).getNode())
N->setReadMarker();
OpenPOWER on IntegriCloud