mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
eliminate buildUnaryOp in traceForward
This commit is contained in:
parent
7e050e771a
commit
3d3b55fe86
1 changed files with 1 additions and 1 deletions
|
@ -2259,7 +2259,7 @@ bool LaneDivide::traceForward(TransformVar *rvn,int4 numLanes,int4 skipLanes)
|
||||||
else {
|
else {
|
||||||
TransformVar *outRvn = setReplacement(outvn,outLanes,outSkip);
|
TransformVar *outRvn = setReplacement(outvn,outLanes,outSkip);
|
||||||
if (outRvn == (TransformVar *)0) return false;
|
if (outRvn == (TransformVar *)0) return false;
|
||||||
buildUnaryOp(CPUI_COPY,op,rvn + (outLanes-skipLanes),outRvn,outLanes);
|
// Don't create the placeholder ops, let traceBackward make them
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue