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 486ab88 commit 852ac25Copy full SHA for 852ac25
llvm/lib/Target/DirectX/DXILRootSignature.h
@@ -79,7 +79,7 @@ class RootSignatureAnalysisWrapper : public ModulePass {
79
RootSignatureAnalysisWrapper() : ModulePass(ID) {}
80
81
const ModuleRootSignature &getRootSignature() { return MRS.value(); }
82
-
+
83
bool hasRootSignature() { return MRS.has_value(); }
84
85
bool runOnModule(Module &M) override;
0 commit comments