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 18e7bd0 commit 5b0c754Copy full SHA for 5b0c754
llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
@@ -74,9 +74,9 @@ class DeadArgumentEliminationPass
74
enum Liveness { Live, MaybeLive };
75
76
DeadArgumentEliminationPass(bool ShouldHackArguments_ = false,
77
- bool CheckSyclKernels = false)
+ bool CheckSyclKernels_ = false)
78
: ShouldHackArguments(ShouldHackArguments_),
79
- CheckSyclKernels(CheckSyclKernels) {}
+ CheckSyclKernels(CheckSyclKernels_) {}
80
81
PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
82
0 commit comments