summaryrefslogtreecommitdiffstats
path: root/vm/compiler/Loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/compiler/Loop.cpp')
-rw-r--r--vm/compiler/Loop.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm/compiler/Loop.cpp b/vm/compiler/Loop.cpp
index e4b70d19e..f82668628 100644
--- a/vm/compiler/Loop.cpp
+++ b/vm/compiler/Loop.cpp
@@ -699,10 +699,6 @@ bool dvmCompilerLoopOpt(CompilationUnit *cUnit)
false /* isIterative */);
DEBUG_LOOP(dumpIVList(cUnit);)
- /* Check if we can suppress suspend checks */
- if (cUnit->numInsts <= LOOP_SUPPRESS_SUSPEND_THRESHOLD)
- loopAnalysis->suppressSuspend = true;
-
/* Only optimize array accesses for simple counted loop for now */
if (!isSimpleCountedLoop(cUnit))
return false;