mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
Remove a fixme that doesn't make sense any more.
llvm-svn: 99489
This commit is contained in:
parent
1d47291927
commit
0ad874a05c
@ -449,8 +449,6 @@ static void ProcessSourceNode(SDNode *N, SelectionDAG *DAG,
|
||||
continue;
|
||||
unsigned DVOrder = DVs[i]->getOrder();
|
||||
if (DVOrder == ++Order) {
|
||||
// FIXME: If the source node with next higher order is scheduled before
|
||||
// this could end up generating funky debug info.
|
||||
MachineInstr *DbgMI = Emitter.EmitDbgValue(DVs[i], BB, VRBaseMap, EM);
|
||||
Orders.push_back(std::make_pair(DVOrder, DbgMI));
|
||||
BB->insert(InsertPos, DbgMI);
|
||||
|
Loading…
Reference in New Issue
Block a user