Skip to content

Commit 4400e2e

Browse files
Joao SaffranJoao Saffran
authored andcommitted
format
1 parent 84a4c4b commit 4400e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ reportDescriptorTableMixingTypes(Module &M, uint32_t Location,
169169
}
170170

171171
static void
172-
reportOverflowingRange(Module &M, const dxbc::RTS0::v2::DescriptorRange &Range) {
172+
reportOverflowingRange(Module &M,
173+
const dxbc::RTS0::v2::DescriptorRange &Range) {
173174
SmallString<128> Message;
174175
raw_svector_ostream OS(Message);
175176
OS << "Cannot append range with implicit lower "

0 commit comments

Comments
 (0)