1
0
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:
Fraser Cormack 2015-11-18 15:02:59 +00:00
parent b243bac22e
commit 8db5b22a00

View File

@ -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.
/// ///