summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2017-04-13 11:50:14 +0100
committerVladimir Marko <vmarko@google.com>2017-04-13 13:58:42 +0100
commitba1a48edf6296a8016afb0b55f63aa61fa7f17b0 (patch)
tree32ad5a3444736a8c0ca8986542e9002c5aab185e /compiler/optimizing/graph_visualizer.cc
parent4766f2cd27c3de80eb74c302a9eb4cc7c97e5de1 (diff)
ARM/VIXL: Fix TypeConversion of large long constants to int.
The ARM VIXL backend was using Int32ConstantFrom() to get the value of a HLongConstant for TypeConversion to int. That function has DCHECK()s that the constant fits into a 32-bit int which is bogus in this particular case. This was out of sync with the old ARM backend, so bring the two in sync by using the approach from the old backend. Bug: 37236345 Test: 646-checker-lon-const-to-int Change-Id: I675ebd7bbaa14d5dfc3f280f62867d342cbab683
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions