mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Build LLVM some API dont support iterator so use pointer
This commit is contained in:
parent
0f9244b6e8
commit
b29af77f68
|
|
@ -2617,7 +2617,7 @@ public:
|
||||||
{
|
{
|
||||||
if (b2 != bqbi)
|
if (b2 != bqbi)
|
||||||
{
|
{
|
||||||
auto ins = b2->block->getFirstNonPHIIt();
|
auto ins = &*b2->block->getFirstNonPHIIt();
|
||||||
|
|
||||||
if (b2->bb->preds.size() == 1)
|
if (b2->bb->preds.size() == 1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue