Skip to content

Commit 8944d86

Browse files
committed
Delete marker comment
1 parent 1aa5364 commit 8944d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4619,7 +4619,6 @@ static int isElementRotate(int &LoSrc, int &HiSrc, ArrayRef<int> Mask) {
46194619
// Src is the vector to deinterleave of type <[vscale x ]n*2 x ty>
46204620
static SDValue getDeinterleaveViaVNSRL(const SDLoc &DL, MVT VT, SDValue Src,
46214621
bool EvenElts, SelectionDAG &DAG) {
4622-
// FLAGIT
46234622
// The result is a vector of type <m x n x ty>. The source is a vector of
46244623
// type <m x n*2 x ty> (For the single source case, the high half is undef)
46254624
if (Src.getValueType() == VT) {

0 commit comments

Comments
 (0)