We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b6bd8 commit edad345Copy full SHA for edad345
llvm/lib/Target/BPF/BPFInstrInfo.h
@@ -26,7 +26,7 @@ class BPFInstrInfo : public BPFGenInstrInfo {
26
const BPFRegisterInfo RI;
27
28
public:
29
- BPFInstrInfo(const BPFSubtarget &STI);
+ explicit BPFInstrInfo(const BPFSubtarget &STI);
30
31
const BPFRegisterInfo &getRegisterInfo() const { return RI; }
32
0 commit comments