From 9c82c105a1886473ca144b802ce9f5bec01e35e8 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Sun, 1 Sep 2013 15:45:53 +0200 Subject: V4: Fix SSA decomposition when no regalloc is used. Add scheduling for moves generated by removing phi nodes by re-using the MoveMapping class from the register allocator. This change applies to both the JIT when no register allocator is used, and the interpreter. Change-Id: I38eac5b13759c7790132d1ef07fa17fcb53187e3 Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4codegen.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qml/compiler/qv4codegen.cpp') diff --git a/src/qml/compiler/qv4codegen.cpp b/src/qml/compiler/qv4codegen.cpp index 293086378e..4b2c0245a4 100644 --- a/src/qml/compiler/qv4codegen.cpp +++ b/src/qml/compiler/qv4codegen.cpp @@ -61,9 +61,6 @@ #undef CONST #endif -#define QV4_NO_LIVENESS -#undef SHOW_SSA - using namespace QQmlJS; using namespace AST; -- cgit v1.2.3