[WebAssembly] Fix a typo in a comment.

llvm-svn: 335574
This commit is contained in:
Dan Gohman 2018-06-26 03:03:41 +00:00
parent f99bc0b2f6
commit fd2f7aeb12
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// //
/// LiveIntervals normally runs before register allocation when the code is /// LiveIntervals normally runs before register allocation when the code is
/// only recently lowered out of SSA form, so it's uncommon for registers to /// only recently lowered out of SSA form, so it's uncommon for registers to
/// have multiple defs, and then they do, the defs are usually closely related. /// have multiple defs, and when they do, the defs are usually closely related.
/// Later, after coalescing, tail duplication, and other optimizations, it's /// Later, after coalescing, tail duplication, and other optimizations, it's
/// more common to see registers with multiple unrelated defs. This pass /// more common to see registers with multiple unrelated defs. This pass
/// updates LiveIntervals to distribute the value numbers across separate /// updates LiveIntervals to distribute the value numbers across separate