1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

X86: Remove useless semicolon

llvm-svn: 260359
This commit is contained in:
JF Bastien 2016-02-10 04:04:12 +00:00
parent f197a07b5b
commit de7879a249

View File

@ -26746,7 +26746,7 @@ static int getOneTrueElt(SDValue V) {
}
}
return TrueIndex;
};
}
/// If exactly one element of the mask is set for a non-extending masked load,
/// it is a scalar load and vector insert.