Skip to content

Commit

Permalink
fixup! [SandboxIR][Tracker] Track InsertIntoBB
Browse files Browse the repository at this point in the history
Class is now final.
  • Loading branch information
vporpo committed Aug 2, 2024
1 parent ab407ca commit 3467b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/SandboxIR/Tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class MoveInstr : public IRChangeBase {
#endif // NDEBUG
};

class InsertIntoBB : public IRChangeBase {
class InsertIntoBB final : public IRChangeBase {
Instruction *InsertedI = nullptr;

public:
Expand Down

0 comments on commit 3467b90

Please sign in to comment.