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:
parent
48752c1044
commit
dfc6138b81
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user