mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
IR: Use SubclassData32 directly, NFC
Simplify some logic by accessing `SubclassData32` directly instead of relying on API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -761,9 +761,6 @@ public:
|
||||
private:
|
||||
void handleChangedOperand(void *Ref, Metadata *New);
|
||||
|
||||
bool hasUnresolvedOperands() const { return SubclassData32; }
|
||||
void incrementUnresolvedOperands() { ++SubclassData32; }
|
||||
void decrementUnresolvedOperands() { --SubclassData32; }
|
||||
void resolve();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user