commit | 5bb149e1e33e89216af87a4c3809e02413277772 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Tue Dec 17 13:26:54 2013 -0800 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Tue Dec 17 13:26:54 2013 -0800 |
tree | 21a6e7e0ae212daebeb24cc918d1ba7fec63ed99 | |
parent | f98dbf01aab3fe857719927787da7ce54f567a40 [diff] |
Fix SEGV when dumping MIR CFG I turned on kDebugDumpCFG to try to dump the CFGs, and I found that they caused a segmentation violation. The problem was that the orig_sreg was -1, and IsConst then blew up. Change-Id: Ib9acda0b11ce486e878ef2ccfae3b1bc1f82fdfb Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>