no heap is happening here

llvm-svn: 26781
This commit is contained in:
Andrew Lenharth 2006-03-15 19:03:16 +00:00
parent 18e788e452
commit b3dae7cfa9
1 changed files with 1 additions and 1 deletions

View File

@ -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();