[X86] Remove unneeded FIXME. NFC

We do fold loads right below this.

llvm-svn: 356977
This commit is contained in:
Craig Topper 2019-03-26 05:12:21 +00:00
parent 82de51a3ae
commit 795ebe3bff
1 changed files with 0 additions and 2 deletions

View File

@ -4039,8 +4039,6 @@ void X86DAGToDAGISel::Select(SDNode *Node) {
break;
}
// FIXME: We should be able to fold loads here.
SDValue Imm = CurDAG->getTargetConstant(Mask, dl, VT);
SDValue Reg = N0.getOperand(0);