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 dd860bc commit 01045b7Copy full SHA for 01045b7
llvm/lib/Target/NVPTX/NVVMReflect.cpp
@@ -221,7 +221,7 @@ bool NVVMReflect::runOnFunction(Function &F) {
221
return runNVVMReflect(F, SmVersion);
222
}
223
224
-NVVMReflectPass::NVVMReflectPass() {}
+NVVMReflectPass::NVVMReflectPass() : NVVMReflectPass(0) {}
225
226
PreservedAnalyses NVVMReflectPass::run(Function &F,
227
FunctionAnalysisManager &AM) {
0 commit comments