OSDN Git Service

Remove bogus DCHECK in induction analysis.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 29 Dec 2015 16:12:27 +0000 (16:12 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 31 Dec 2015 15:28:48 +0000 (15:28 +0000)
commitb35302b9f79a4b9bcc980051f67e5495a03289c3
tree8a578febc1967aab22678814f45f355566b37ba5
parente38e4b467bdcca1bf5f8b80adc66d3064fa9cf45
Remove bogus DCHECK in induction analysis.

Method is called during BCE, which may change the graph in non-SSA
form temporarily.

Change-Id: I84bed7d3370c6871dc2d3b883d0aca90b3a37696
compiler/optimizing/induction_var_analysis.cc
test/559-bce-ssa/expected.txt [new file with mode: 0644]
test/559-bce-ssa/info.txt [new file with mode: 0644]
test/559-bce-ssa/src/Main.java [new file with mode: 0644]