mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Null conditional fixes
This commit is contained in:
parent
bb66c77da8
commit
f6752b703d
4 changed files with 15 additions and 1 deletions
|
@ -645,6 +645,7 @@ public:
|
|||
BfIRBlock mPrevBB;
|
||||
BfIRBlock mCheckBB;
|
||||
BfIRBlock mDoneBB;
|
||||
SizedArray<BfIRBlock, 4> mNotNullBBs;
|
||||
};
|
||||
|
||||
class BfAttributeState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue