Skip to content

Commit a93a018

Browse files
committed
fix format
1 parent 4cabeab commit a93a018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ void GISelValueTracking::computeKnownFPClass(Register R,
20102010
break;
20112011
}
20122012
case TargetOpcode::G_SHUFFLE_VECTOR: {
2013-
// For undef elements, we don't know anything about the common state of
2013+
// For undefined elements, we don't know anything about the common state of
20142014
// the shuffle result.
20152015
GShuffleVector &Shuf = cast<GShuffleVector>(MI);
20162016
APInt DemandedLHS, DemandedRHS;

0 commit comments

Comments
 (0)