Skip to content

Commit 040d6d5

Browse files
author
joaosaffran
committed
format
1 parent 00c5502 commit 040d6d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ static bool parseRootFlags(ModuleRootSignature *MRS, MDNode *RootFlagNode) {
4141
static bool parseRootSignatureElement(ModuleRootSignature *MRS,
4242
MDNode *Element) {
4343
MDString *ElementText = cast<MDString>(Element->getOperand(0));
44-
assert(ElementText != nullptr && "First preoperty of element is not a string");
44+
assert(ElementText != nullptr &&
45+
"First preoperty of element is not a string");
4546

4647
RootSignatureElementKind ElementKind =
4748
StringSwitch<RootSignatureElementKind>(ElementText->getString())

0 commit comments

Comments
 (0)