Skip to content

Commit 3b552e8

Browse files
committed
Actually Offset2 may be less than Offset1
1 parent 2cada4e commit 3b552e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/CodeGen/TargetInstrInfo.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,7 @@ class TargetInstrInfo : public MCInstrInfo {
14971497
///
14981498
/// \p BaseOps1 and \p BaseOps2 are memory operands of two memory operations.
14991499
/// \p Offset1 and \p Offset2 are the byte offsets for the memory
1500-
/// operations, and \p Offset2 is guaranteed to be greater than or equal to
1501-
/// Offset1.
1500+
/// operations.
15021501
/// \p OffsetIsScalable1 and \p OffsetIsScalable2 indicate if the offset is
15031502
/// scaled by a runtime quantity.
15041503
/// \p ClusterSize is the number of operations in the resulting load/store

0 commit comments

Comments
 (0)