summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author Bill Buzbee <buzbee@android.com> 2014-09-19 16:11:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-09-19 16:11:09 +0000
commit87258edd817672daefc1d262af4cfdf732d4e454 (patch)
tree80e11d4998c337263ab198066ead51deaab90a82 /compiler/dex/quick/codegen_util.cc
parent8d050d8cccaa4e7d4a3fde863ccb0411337c9c98 (diff)
parent589e046c483ca0dbee6c28fb617997f43ee28b94 (diff)
Merge "Slow path should break def tracking"
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index 6d8f28849e..d90bce119a 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -1224,6 +1224,7 @@ LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStor
void Mir2Lir::AddSlowPath(LIRSlowPath* slowpath) {
slow_paths_.Insert(slowpath);
+ ResetDefTracking();
}
void Mir2Lir::LoadCodeAddress(const MethodReference& target_method, InvokeType type,