mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-26 07:18:15 +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:
@@ -9,7 +9,7 @@
|
|||||||
//
|
//
|
||||||
// This file declares the machine register scavenger class. It can provide
|
// This file declares the machine register scavenger class. It can provide
|
||||||
// information such as unused register at any point in a machine basic block.
|
// 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.
|
// to spill slots.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|||||||
Reference in New Issue
Block a user