Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored Oct 17, 2024
1 parent 947dd22 commit f49aeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/coreclr/jit/valuenum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10912,9 +10912,9 @@ PhaseStatus Compiler::fgValueNumber()
// fgValueNumberBlocks: Run value numbering for a block or blocks in a loop
//
// Arguments:
// block -- block to value number (may already have been numbered)
// visitedBlocks -- blocks that have already had VNs assigned
// traits -- pointer to BitVecTraits describing visitedBlocks
// block - block to value number (may already have been numbered)
// visitedBlocks - blocks that have already had VNs assigned
// traits - pointer to BitVecTraits describing visitedBlocks
//
// Notes:
//
Expand Down

0 comments on commit f49aeeb

Please sign in to comment.