1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[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 48752c1044
commit dfc6138b81

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);