Skip to content

Commit c2dd5ab

Browse files
committed
fixup! [SandboxIR] Implement LoadInst
1 parent 31964a6 commit c2dd5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/SandboxIR/SandboxIR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class Instruction : public sandboxir::User {
557557
#endif
558558
};
559559

560-
class LoadInst : public Instruction {
560+
class LoadInst final : public Instruction {
561561
/// Use Context::createLoadInst(). Don't call the
562562
/// constructor directly.
563563
LoadInst(llvm::LoadInst *LI, Context &Ctx)

0 commit comments

Comments
 (0)