Skip to content

Commit cb0780b

Browse files
author
joaosaffran
committed
formating
1 parent d1ca37d commit cb0780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ PreservedAnalyses RootSignatureAnalysisPrinter::run(Module &M,
420420
<< "Num 32 Bit Values: " << Constants.Num32BitValues << "\n";
421421
break;
422422
}
423-
case llvm::to_underlying(dxbc::RootParameterType::CBV):
423+
case llvm::to_underlying(dxbc::RootParameterType::CBV):
424424
case llvm::to_underlying(dxbc::RootParameterType::UAV):
425425
case llvm::to_underlying(dxbc::RootParameterType::SRV): {
426426
const dxbc::RTS0::v2::RootDescriptor &Descriptor =

0 commit comments

Comments
 (0)