summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorAlexei Zavjalov <alexei.zavjalov@intel.com>2014-04-21 20:45:24 +0700
committerAlexei Zavjalov <alexei.zavjalov@intel.com>2014-04-21 20:45:24 +0700
commit9d894662426e413454935e483d56a8cc33924174 (patch)
tree6ae3c812e6a56401fb98a074f77f27f4bc7ba13e /compiler/optimizing/graph_visualizer.cc
parent86e1b5e7e2bca99dd2092eab8ced977d97830873 (diff)
Skip BBs without SSA representation in the Constant Propagation phase
In some cases the constant propagation optimization may get the MIR graph where some of the BBs have no predecessors and do not transformed to the SSA form. If such BB has operations on constants this may lead to segfault. This patch adds the condition that will pass the only BBs with SSA. Change-Id: I816d46b2492c5bd4748f983c3725b4798f9ebd68 Signed-off-by: Alexei Zavjalov <alexei.zavjalov@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions