mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
fix typo in comment; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc3f1db34c
commit
27b0e0b7de
@ -9,7 +9,7 @@
|
||||
//
|
||||
// This file declares the machine register scavenger class. It can provide
|
||||
// information such as unused register at any point in a machine basic block.
|
||||
// It also provides a mechanism to make registers availbale by evicting them
|
||||
// It also provides a mechanism to make registers available by evicting them
|
||||
// to spill slots.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user