mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 20:33:54 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46588 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a0248690a
commit
35e9f7d711
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file implements the LiveVariable analysis pass. For each machine
|
// This file implements the LiveVariables analysis pass. For each machine
|
||||||
// instruction in the function, this pass calculates the set of registers that
|
// instruction in the function, this pass calculates the set of registers that
|
||||||
// are immediately dead after the instruction (i.e., the instruction calculates
|
// are immediately dead after the instruction (i.e., the instruction calculates
|
||||||
// the value, but it is never used) and the set of registers that are used by
|
// the value, but it is never used) and the set of registers that are used by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user