Skip to content

Commit 516e447

Browse files
committed
rebase-fix: update naming of new use
1 parent 69fc958 commit 516e447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ static bool verifyComparisonFunc(uint32_t ComparisonFunc) {
534534
static bool verifyBorderColor(uint32_t BorderColor) {
535535
switch (BorderColor) {
536536
#define STATIC_BORDER_COLOR(Num, Val) \
537-
case llvm::to_underlying(dxbc::SamplersBorderColor::Val):
537+
case llvm::to_underlying(dxbc::StaticBorderColor::Val):
538538
#include "llvm/BinaryFormat/DXContainerConstants.def"
539539
return true;
540540
}

0 commit comments

Comments
 (0)