Skip to content

Commit 0e6ff56

Browse files
author
Thorsten Schütt
committed
ping ci II
1 parent 9e6a989 commit 0e6ff56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ bool CombinerHelper::matchTruncateOfExt(const MachineInstr &Root,
149149
}
150150

151151
if (SrcTy.getScalarSizeInBits() > DstTy.getScalarSizeInBits()) {
152-
// If the source is larger than the destination, we need to truncate.
152+
// If the source is larger than the destination, then we need to truncate.
153153

154154
if (!isLegalOrBeforeLegalizer({TargetOpcode::G_TRUNC, {DstTy, SrcTy}}))
155155
return false;

0 commit comments

Comments
 (0)