mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c925c60eb
commit
7f7c068388
@ -2271,7 +2271,7 @@ SDValue SystemZTargetLowering::lowerATOMIC_LOAD_OP(SDValue Op,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Op is an ATOMIC_LOAD_SUB operation. Lower 8- and 16-bit operations
|
// Op is an ATOMIC_LOAD_SUB operation. Lower 8- and 16-bit operations
|
||||||
// two into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit
|
// into ATOMIC_LOADW_SUBs and decide whether to convert 32- and 64-bit
|
||||||
// operations into additions.
|
// operations into additions.
|
||||||
SDValue SystemZTargetLowering::lowerATOMIC_LOAD_SUB(SDValue Op,
|
SDValue SystemZTargetLowering::lowerATOMIC_LOAD_SUB(SDValue Op,
|
||||||
SelectionDAG &DAG) const {
|
SelectionDAG &DAG) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user