From 7e3578728edec27301b71f5ab5d7b43874ae35a2 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 18 Oct 2013 17:02:57 +0200 Subject: V4 IR: reverse propagate int32 truncation. Change-Id: I5cb0c7798d0e530f3137710bf0e723bd7b64dc89 Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4isel_masm_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/compiler/qv4isel_masm_p.h') diff --git a/src/qml/compiler/qv4isel_masm_p.h b/src/qml/compiler/qv4isel_masm_p.h index f7987aac5c..f5d4e469e5 100644 --- a/src/qml/compiler/qv4isel_masm_p.h +++ b/src/qml/compiler/qv4isel_masm_p.h @@ -1039,7 +1039,6 @@ public: static const BinaryOperationInfo &binaryOperation(V4IR::AluOp operation) { return binaryOperations[operation]; } - Jump inline_add32(Address addr, RegisterID reg) { #if HAVE(ALU_OPS_WITH_MEM_OPERAND) -- cgit v1.2.3