mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Fix this comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e492e8d42
commit
c48bf0c394
@ -308,8 +308,9 @@ public:
|
||||
/// written to by the first.
|
||||
WriteThenReadSome,
|
||||
|
||||
/// ReadThenWrite - The instructions are ReadThenWriteSome and the second
|
||||
/// instruction writes to exactly the same memory read from by the first.
|
||||
/// ReadThenWrite - The first instruction is read-only, the second
|
||||
/// instruction is write-only, and the second wrotes to exactly the
|
||||
/// same memory read from by the first.
|
||||
ReadThenWrite,
|
||||
|
||||
/// WriteThenWrite - The instructions are WriteThenWriteSome, and the
|
||||
|
Loading…
x
Reference in New Issue
Block a user