| commit | 25007c4f32521cbc516b785c7a6d6a63240a45e3 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@intel.com> | Fri Mar 16 21:10:07 2018 +0000 |
| committer | Craig Topper <craig.topper@intel.com> | Fri Mar 16 21:10:07 2018 +0000 |
| tree | ac079784aed796e21feddce97bd4bb3b4f4105a6 | |
| parent | 5a5c33d8b5e6a7d95507c3832768820e508e060c [diff] |
[X86] Pass SelectionDAG into X86ISelAddressMode::dump and on to SDNode::dump. This prevents a crash in SelectionDAGDumper with -debug when trying to print mem operands if one of the registers in the addressing mode comes from a load. llvm-svn: 327744