mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo in head-of-file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13903 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ee239bd40
commit
cdd69e6719
@ -13,7 +13,7 @@
|
||||
// machine instructions:
|
||||
//
|
||||
// "Temporary values" are intermediate values used in the machine instruction
|
||||
// sequence, but not in the VM instruction Note that such values should be
|
||||
// sequence, but not in the VM instruction. Note that such values should be
|
||||
// treated as pure SSA values with no interpretation of their operands (i.e., as
|
||||
// a TmpInstruction object which actually represents such a value).
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user