Skip to content

Commit b53e830

Browse files
author
Thorsten Schütt
committed
fix docstring
1 parent b2b9b78 commit b53e830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7630,9 +7630,9 @@ bool CombinerHelper::matchUnmergeValuesAnyExtBuildVector(const MachineInstr &MI,
76307630
// ->
76317631
//
76327632
// $any:_(s16) = G_ANY $bv[0]
7633-
// $any1:_(s16) = G_ANY bv[1]
7634-
// $any2:_(s16) = G_ANY bv[2]
7635-
// $any3:_(s16) = G_ANY bv[3]
7633+
// $any1:_(s16) = G_ANY $bv[1]
7634+
// $any2:_(s16) = G_ANY $bv[2]
7635+
// $any3:_(s16) = G_ANY $bv[3]
76367636
// $any4:_(s16) = G_ANY $bv[4]
76377637
// $any5:_(s16) = G_ANY $bv[5]
76387638
// $any6:_(s16) = G_ANY $bv[6]

0 commit comments

Comments
 (0)