summaryrefslogtreecommitdiff
path: root/src/jit/loopcloning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/loopcloning.cpp')
-rw-r--r--src/jit/loopcloning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/loopcloning.cpp b/src/jit/loopcloning.cpp
index 8ce015e607..a1ba14292a 100644
--- a/src/jit/loopcloning.cpp
+++ b/src/jit/loopcloning.cpp
@@ -698,7 +698,7 @@ void LoopCloneContext::CondToStmtInBlock(Compiler* comp,
comp->fgInsertStmtAtEnd(block, stmt);
// Remorph.
- comp->fgMorphBlockStmt(block, stmt DEBUGARG("Loop cloning condition"));
+ comp->fgMorphBlockStmt(block, stmt->AsStmt() DEBUGARG("Loop cloning condition"));
}
//--------------------------------------------------------------------------------------------------