mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cc6243ddf
commit
6c2fe2237b
@ -54,7 +54,7 @@ private:
|
||||
|
||||
/// PendingQueue - This contains all of the instructions whose operands have
|
||||
/// been issued, but their results are not ready yet (due to the latency of
|
||||
/// the operation). Once the operands becomes available, the instruction is
|
||||
/// the operation). Once the operands become available, the instruction is
|
||||
/// added to the AvailableQueue.
|
||||
std::vector<SUnit*> PendingQueue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user