aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4assembler_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-01-12 13:39:27 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2017-01-28 19:04:55 +0000
commite6e5fd282d67c5b03536e0e97b3e690a176445f4 (patch)
treeefb8bdf38976e59dfce32a67d80cb9bc6e9307f2 /src/qml/jit/qv4assembler_p.h
parentb77c9853627357872d2ba2edbb72e98cda87517f (diff)
Make QV4::JIT::InstructionSelection a template
This completes the foundation of being able to include all assembler backends in one build. The next steps will be template specialization instead of #ifdefs for target architecture dependent instruction selection. Change-Id: I048a5e582d5993dc422577981e32e7cd93b9f0f8 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/jit/qv4assembler_p.h')
-rw-r--r--src/qml/jit/qv4assembler_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jit/qv4assembler_p.h b/src/qml/jit/qv4assembler_p.h
index e2ebe3f58c..b92873e488 100644
--- a/src/qml/jit/qv4assembler_p.h
+++ b/src/qml/jit/qv4assembler_p.h
@@ -73,8 +73,6 @@ QT_BEGIN_NAMESPACE
namespace QV4 {
namespace JIT {
-class InstructionSelection;
-
struct CompilationUnit : public QV4::CompiledData::CompilationUnit
{
virtual ~CompilationUnit();