Skip to content

Commit 5cd0044

Browse files
author
joaosaffran
committed
clean up
1 parent 0e277d9 commit 5cd0044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Object/DXContainer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Error DirectX::RootSignature::parse(StringRef Data) {
303303
Current += sizeof(dxbc::RootParameterType);
304304

305305
NewParam.ShaderVisibility =
306-
support::endian::read<dxbc::ShaderVisibility,
306+
support::endian::read<dxbc::ShaderVisibility,
307307
llvm::endianness::little>(Current);
308308
if (!dxbc::RootSignatureValidations::isValidShaderVisibility(NewParam.ShaderVisibility))
309309
return validationFailed("unsupported shader visility flag value read: " +

0 commit comments

Comments
 (0)