Skip to content

Commit 42518b2

Browse files
committed
clean up
1 parent 567bd15 commit 42518b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/ADT/IntervalMap.h"
1818
#include "llvm/Frontend/HLSL/HLSLRootSignature.h"
1919
#include "llvm/Support/Compiler.h"
20-
#include <cstdint>
2120

2221
namespace llvm {
2322
namespace hlsl {
@@ -43,10 +42,10 @@ LLVM_ABI bool verifyBorderColor(uint32_t BorderColor);
4342
LLVM_ABI bool verifyLOD(float LOD);
4443
LLVM_ABI bool verifyRegisterOverflow(uint64_t Register,
4544
uint32_t NumDescriptors);
45+
LLVM_ABI bool verifyOffsetOverflow(uint64_t Register);
4646
LLVM_ABI uint64_t updateAppendingRegister(uint64_t AppendingRegisterRegister,
4747
uint64_t NumDescriptors,
4848
uint64_t Offset);
49-
LLVM_ABI bool verifyOffsetOverflow(uint64_t Register);
5049

5150
} // namespace rootsig
5251
} // namespace hlsl

0 commit comments

Comments
 (0)