mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
fix a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4759982a2d
commit
6b8f2d649c
@ -114,7 +114,7 @@ namespace ISD {
|
|||||||
// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
|
// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
|
||||||
// integer shift operations, just like ADD/SUB_PARTS. The operation
|
// integer shift operations, just like ADD/SUB_PARTS. The operation
|
||||||
// ordering is:
|
// ordering is:
|
||||||
// [Lo,Hi] = op [LoLHS,HiLHS], [LoRHS,HiRHS]
|
// [Lo,Hi] = op [LoLHS,HiLHS], Amt
|
||||||
SHL_PARTS, SRA_PARTS, SRL_PARTS,
|
SHL_PARTS, SRA_PARTS, SRL_PARTS,
|
||||||
|
|
||||||
// Conversion operators. These are all single input single output
|
// Conversion operators. These are all single input single output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user