File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
llvm/include/llvm/Frontend/HLSL Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
#include " llvm/ADT/IntervalMap.h"
18
18
#include " llvm/Frontend/HLSL/HLSLRootSignature.h"
19
19
#include " llvm/Support/Compiler.h"
20
- #include < cstdint>
21
20
22
21
namespace llvm {
23
22
namespace hlsl {
@@ -43,10 +42,10 @@ LLVM_ABI bool verifyBorderColor(uint32_t BorderColor);
43
42
LLVM_ABI bool verifyLOD (float LOD);
44
43
LLVM_ABI bool verifyRegisterOverflow (uint64_t Register,
45
44
uint32_t NumDescriptors);
45
+ LLVM_ABI bool verifyOffsetOverflow (uint64_t Register);
46
46
LLVM_ABI uint64_t updateAppendingRegister (uint64_t AppendingRegisterRegister,
47
47
uint64_t NumDescriptors,
48
48
uint64_t Offset);
49
- LLVM_ABI bool verifyOffsetOverflow (uint64_t Register);
50
49
51
50
} // namespace rootsig
52
51
} // namespace hlsl
You can’t perform that action at this time.
0 commit comments