mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00: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)
|
||||
{
|
||||
auto ins = b2->block->getFirstNonPHIIt();
|
||||
auto ins = &*b2->block->getFirstNonPHIIt();
|
||||
|
||||
if (b2->bb->preds.size() == 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user