Skip to content

Commit b5c7221

Browse files
committed
rebase
Created using spr 1.3.4
1 parent 8bf0e4e commit b5c7221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class BoundsCheckingPass : public PassInfoMixin<BoundsCheckingPass> {
3030
ReportingMode Mode = ReportingMode::Trap;
3131

3232
public:
33-
BoundsCheckingPass(ReportingMode Mode) {}
33+
BoundsCheckingPass(ReportingMode Mode) : Mode(Mode) {}
3434
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
3535
static bool isRequired() { return true; }
3636
void printPipeline(raw_ostream &OS,

0 commit comments

Comments
 (0)