aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2012-05-14 14:34:36 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2012-05-14 14:34:36 +0200
commitc996f53bedd685571ae4d414c3677678e7263faf (patch)
treed768e1b01ff06af509dac887886387fe573977fe /qv4isel_p.h
parentfdcefa8616fc8285a880af04f54519da5fd8ca2a (diff)
Store the actual arguments in TEMPs with negative indices.
This should make it possible to optimize function calls.
Diffstat (limited to 'qv4isel_p.h')
-rw-r--r--qv4isel_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qv4isel_p.h b/qv4isel_p.h
index a52b291e9f..22f8056376 100644
--- a/qv4isel_p.h
+++ b/qv4isel_p.h
@@ -19,7 +19,6 @@ public:
protected:
VM::String *identifier(const QString &s);
- int tempOffset(IR::Temp *t);
void loadTempAddress(int reg, IR::Temp *t);
void callActivationProperty(IR::Call *call, IR::Temp *result);
void callProperty(IR::Call *call, IR::Temp *result);