Rewrite suspend test check with LIRSlowPath.
Change-Id: I2dc17d079655586bfc588349c7a04afc2c6879af
diff --git a/compiler/dex/quick/x86/int_x86.cc b/compiler/dex/quick/x86/int_x86.cc
index 3bff497..96c4cbe 100644
--- a/compiler/dex/quick/x86/int_x86.cc
+++ b/compiler/dex/quick/x86/int_x86.cc
@@ -881,7 +881,7 @@
void Compile() OVERRIDE {
m2l_->ResetRegPool();
m2l_->ResetDefTracking();
- GenerateTargetLabel();
+ GenerateTargetLabel(kPseudoThrowTarget);
RegStorage new_index = index_;
// Move index out of kArg1, either directly to kArg0, or to kArg2.
@@ -926,7 +926,7 @@
void Compile() OVERRIDE {
m2l_->ResetRegPool();
m2l_->ResetDefTracking();
- GenerateTargetLabel();
+ GenerateTargetLabel(kPseudoThrowTarget);
// Load array length to kArg1.
m2l_->OpRegMem(kOpMov, m2l_->TargetReg(kArg1), array_base_, len_offset_);