forked from OSchip/llvm-project
[SelectionDAG] Add a node creation debug message to getMachineNode.
llvm-svn: 369204
This commit is contained in:
parent
479f3bdb2c
commit
f43106e341
|
@ -7915,6 +7915,7 @@ MachineSDNode *SelectionDAG::getMachineNode(unsigned Opcode, const SDLoc &DL,
|
|||
CSEMap.InsertNode(N, IP);
|
||||
|
||||
InsertNode(N);
|
||||
NewSDValueDbgMsg(SDValue(N, 0), "Creating new machine node: ", this);
|
||||
return N;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue