mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
fix thinko :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e075118489
commit
d8c7ff0019
@ -311,8 +311,8 @@ namespace ISD {
|
|||||||
/// the shift amount can be any type, but care must be taken to ensure it is
|
/// the shift amount can be any type, but care must be taken to ensure it is
|
||||||
/// large enough. TLI.getShiftAmountTy() is i8 on some targets, but before
|
/// large enough. TLI.getShiftAmountTy() is i8 on some targets, but before
|
||||||
/// legalization, types like i1024 can occur and i8 doesn't have enough bits
|
/// legalization, types like i1024 can occur and i8 doesn't have enough bits
|
||||||
/// to represent the shift amount. By convention, DAGCombine and IRBuilder
|
/// to represent the shift amount. By convention, DAGCombine and
|
||||||
/// forces these shift amounts to i32 for simplicity.
|
/// SelectionDAGBuilder forces these shift amounts to i32 for simplicity.
|
||||||
///
|
///
|
||||||
SHL, SRA, SRL, ROTL, ROTR,
|
SHL, SRA, SRL, ROTL, ROTR,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user