summaryrefslogtreecommitdiffstats
path: root/compiler/utils/scoped_hashtable_test.cc
diff options
context:
space:
mode:
authorDragos Sbirlea <dragoss@google.com>2013-08-05 16:24:57 -0700
committerDragos Sbirlea <dragoss@google.com>2013-08-05 16:47:02 -0700
commit7b89bc0d1e73ae5a4265f93bb5497019b1a9bf17 (patch)
tree018a7cb81e6f3e8c16ae80cab7bf3503357bf0a7 /compiler/utils/scoped_hashtable_test.cc
parent52a5099ae81573f5eaa66a84135edbf904c1f49e (diff)
downloadandroid_art-7b89bc0d1e73ae5a4265f93bb5497019b1a9bf17.tar.gz
android_art-7b89bc0d1e73ae5a4265f93bb5497019b1a9bf17.tar.bz2
android_art-7b89bc0d1e73ae5a4265f93bb5497019b1a9bf17.zip
Fixed SEA IR bugs.
Bug 1: The type inference visitor did not clear type between visits, so all instructions had types attached because of this. Bug 2: The .dot file genration was missing phi ssa edges because the GetSSAProducers map hasn't got the same semantics. (Phi Nodes use a single register which has multiple definitions, not multiple registers with a single definition each) Bug 3: Added the SE IR id in the textual representation of nodes in the .dot representation to ease debugging. Change-Id: Iccbce6f7a3ffba044677c2d548d26af62223be15
Diffstat (limited to 'compiler/utils/scoped_hashtable_test.cc')
0 files changed, 0 insertions, 0 deletions