Skip to content

Commit 089ab55

Browse files
committed
Fix typo.
1 parent ca733bd commit 089ab55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8907,7 +8907,7 @@ static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2,
89078907
// We can always move trunc after select operation:
89088908
// %y_ext = sext iK %y to iN
89098909
// %cond = cmp iN %x, %y_ext
8910-
// %widesel = select i1 %cond, iN %x, iN%y_ext
8910+
// %widesel = select i1 %cond, iN %x, iN %y_ext
89118911
// %tr = trunc iN %widesel to iK
89128912
assert(V2->getType() == Cast1->getType() &&
89138913
"V2 and Cast1 should be the same type.");

0 commit comments

Comments
 (0)