Skip to content

Commit da19c09

Browse files
committed
typo
1 parent 3ee8870 commit da19c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Analysis/ValueTracking/implied-condition-samesign.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ LHS_false:
317317
ret i1 %V
318318
}
319319

320-
define i1 @ul_sub_nsw_ult(i8 %L0, i8 %L1, i1 %V) {
321-
; CHECK-LABEL: define i1 @ul_sub_nsw_ult(
320+
define i1 @lt_sub_nsw_ult(i8 %L0, i8 %L1, i1 %V) {
321+
; CHECK-LABEL: define i1 @lt_sub_nsw_ult(
322322
; CHECK-SAME: i8 [[L0:%.*]], i8 [[L1:%.*]], i1 [[V:%.*]]) {
323323
; CHECK-NEXT: [[LHS:%.*]] = icmp samesign ult i8 [[L0]], [[L1]]
324324
; CHECK-NEXT: br i1 [[LHS]], label %[[LHS_TRUE:.*]], label %[[LHS_FALSE:.*]]

0 commit comments

Comments
 (0)