mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e15dc26ec
commit
b36904be91
@ -235,7 +235,7 @@ namespace ISD {
|
||||
ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
|
||||
|
||||
// SMUL_LOHI/UMUL_LOHI - Multiply two integers of type iN, producing
|
||||
// a signed/unsigned value of type i[2*n], and return the full value as
|
||||
// a signed/unsigned value of type i[2*N], and return the full value as
|
||||
// two results, each of type iN.
|
||||
SMUL_LOHI, UMUL_LOHI,
|
||||
|
||||
@ -319,7 +319,7 @@ namespace ISD {
|
||||
INSERT_SUBREG,
|
||||
|
||||
// MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing
|
||||
// an unsigned/signed value of type i[2*n], then return the top part.
|
||||
// an unsigned/signed value of type i[2*N], then return the top part.
|
||||
MULHU, MULHS,
|
||||
|
||||
// Bitwise operators - logical and, logical or, logical xor, shift left,
|
||||
|
Loading…
x
Reference in New Issue
Block a user