Skip to content

Commit

Permalink
clang-format!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnn committed Jun 19, 2024
1 parent 533d564 commit 0eef750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DxilPIXPasses/DxilAnnotateWithVirtualRegister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool DxilAnnotateWithVirtualRegister::runOnModule(llvm::Module &M) {
}
}

for (auto* F : instrumentableFunctions) {
for (auto *F : instrumentableFunctions) {
int InstructionRangeStart = InstNum;
int InstructionRangeEnd = InstNum;
for (auto &block : F->getBasicBlockList()) {
Expand Down

0 comments on commit 0eef750

Please sign in to comment.