[SelectionDAG] Don't default the SelectionDAG* parameter to SDValue::dump to...
[SelectionDAG] Don't default the SelectionDAG* parameter to SDValue::dump to nullptr. Use two different signatures instead. This matches what we do in SDNode. This should allow SDValue::dump to be used in the debugger without getting an error if you don't pass an argument. llvm-svn: 327811
Loading
Please sign in to comment