mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 05:47:13 +00:00
no heap is happening here
llvm-svn: 26781
This commit is contained in:
parent
a6f13d1228
commit
fc55d15963
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user