mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 03:24:09 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -205,7 +205,7 @@ private:
|
|||||||
|
|
||||||
char ExeDepsFix::ID = 0;
|
char ExeDepsFix::ID = 0;
|
||||||
|
|
||||||
/// Translate TRI register number to a list of indizes into our stmaller tables
|
/// Translate TRI register number to a list of indizes into our smaller tables
|
||||||
/// of interesting registers.
|
/// of interesting registers.
|
||||||
iterator_range<SmallVectorImpl<int>::const_iterator>
|
iterator_range<SmallVectorImpl<int>::const_iterator>
|
||||||
ExeDepsFix::regIndizes(unsigned Reg) const {
|
ExeDepsFix::regIndizes(unsigned Reg) const {
|
||||||
|
Reference in New Issue
Block a user