Skip to content

Commit b0d0180

Browse files
author
joaosaffran
committed
adding missing continue
1 parent 4e689e9 commit b0d0180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ analyzeModule(Module &M) {
155155

156156
if (RootElementListNode == nullptr) {
157157
reportError(Ctx, "Missing Root Element List Metadata node.");
158+
continue;
158159
}
159160

160161
mcdxbc::RootSignatureDesc RSD;

0 commit comments

Comments
 (0)