Skip to content

Commit 4de5c29

Browse files
author
joaosaffran
committed
clean up
1 parent e8252ba commit 4de5c29

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

llvm/include/llvm/MC/DXContainerRootSignature.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,5 @@ struct RootSignatureDesc {
2121

2222
void write(raw_ostream &OS) const;
2323
};
24-
25-
struct RootConstants {
26-
uint32_t ShaderRegister;
27-
uint32_t RegisterSpace;
28-
uint32_t Num32BitValues;
29-
30-
void write(raw_ostream &OS);
31-
};
32-
33-
struct RootParameter {
34-
dxbc::RootParameterType ParameterType;
35-
union {
36-
RootConstants Constants;
37-
};
38-
dxbc::ShaderVisibilityFlag ShaderVisibility;
39-
40-
void write(raw_ostream &OS);
41-
};
4224
} // namespace mcdxbc
4325
} // namespace llvm

llvm/lib/MC/DXContainerRootSignature.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/MC/DXContainerRootSignature.h"
10-
#include "llvm/BinaryFormat/DXContainer.h"
1110
#include "llvm/Support/EndianStream.h"
12-
#include <cstdint>
1311

1412
using namespace llvm;
1513
using namespace llvm::mcdxbc;

0 commit comments

Comments
 (0)