aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/DXContainerYAML.cpp
diff options
context:
space:
mode:
authorjoaosaffran <joao.saffran@microsoft.com>2025-01-31 00:38:43 +0000
committerjoaosaffran <joao.saffran@microsoft.com>2025-01-31 00:38:43 +0000
commit288bbf5e382cd6bc97c748e9a28deb3b94328102 (patch)
treee907b8ea7a1bfc5d3567e21459535f670507fbc4 /llvm/lib/ObjectYAML/DXContainerYAML.cpp
parent7ee27e604cd77667c856d36a8a5b937660d27088 (diff)
downloadllvm-users/joaosaffran/124967.zip
llvm-users/joaosaffran/124967.tar.gz
llvm-users/joaosaffran/124967.tar.bz2
Diffstat (limited to 'llvm/lib/ObjectYAML/DXContainerYAML.cpp')
-rw-r--r--llvm/lib/ObjectYAML/DXContainerYAML.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/DXContainerYAML.cpp b/llvm/lib/ObjectYAML/DXContainerYAML.cpp
index 3f6944f..3173917 100644
--- a/llvm/lib/ObjectYAML/DXContainerYAML.cpp
+++ b/llvm/lib/ObjectYAML/DXContainerYAML.cpp
@@ -222,7 +222,6 @@ void ScalarEnumerationTraits<dxbc::ShaderVisibilityFlag>::enumeration(
IO.enumCase(Value, E.Name.str().c_str(), E.Value);
}
-
void MappingTraits<DXContainerYAML::RootSignatureDesc>::mapping(
IO &IO, DXContainerYAML::RootSignatureDesc &S) {
IO.mapRequired("Size", S.Size);