aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_llvm_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2012-11-19 13:15:25 +0100
committerLars Knoll <lars.knoll@digia.com>2012-11-19 14:02:58 +0100
commite1bbbb6cf9e6e4790eca41416c93cf271b0b7c02 (patch)
tree0e20c4f3a6be6c9a05aec270cdfee7dfb34376bb /qv4isel_llvm_p.h
parentb072fd9317fa20d9206e9faaca7b0b45ae28a519 (diff)
Fix isel for eval and a whole bunch of other warnings.
A factory is now passed along to do the codegen for eval(). Change-Id: If15b1f28c9c0a8f8b6d18b56d6e7bc5d942927e5 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'qv4isel_llvm_p.h')
-rw-r--r--qv4isel_llvm_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qv4isel_llvm_p.h b/qv4isel_llvm_p.h
index 2142ea42c2..3f51a21b3f 100644
--- a/qv4isel_llvm_p.h
+++ b/qv4isel_llvm_p.h
@@ -54,6 +54,7 @@
# pragma clang diagnostic pop
#endif // __clang__
+#include "qv4isel_p.h"
#include "qv4ir_p.h"
namespace QQmlJS {