mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix typo in comment. NFC.
llvm-svn: 253462
This commit is contained in:
parent
b243bac22e
commit
8db5b22a00
@ -38,7 +38,7 @@ namespace llvm {
|
|||||||
///
|
///
|
||||||
/// { 2, x|y, 1 }
|
/// { 2, x|y, 1 }
|
||||||
/// indicates that the stage occupies either FU x or FU y for 2
|
/// indicates that the stage occupies either FU x or FU y for 2
|
||||||
/// consecuative cycles and that the next stage starts one cycle
|
/// consecutive cycles and that the next stage starts one cycle
|
||||||
/// after this stage starts. That is, the stage requirements
|
/// after this stage starts. That is, the stage requirements
|
||||||
/// overlap in time.
|
/// overlap in time.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user