Skip to content

Commit edad345

Browse files
arsenms-barannikov
andcommitted
Update llvm/lib/Target/BPF/BPFInstrInfo.h
Co-authored-by: Sergei Barannikov <[email protected]>
1 parent d9b6bd8 commit edad345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/BPF/BPFInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BPFInstrInfo : public BPFGenInstrInfo {
2626
const BPFRegisterInfo RI;
2727

2828
public:
29-
BPFInstrInfo(const BPFSubtarget &STI);
29+
explicit BPFInstrInfo(const BPFSubtarget &STI);
3030

3131
const BPFRegisterInfo &getRegisterInfo() const { return RI; }
3232

0 commit comments

Comments
 (0)