Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 4271) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -373,6 +373,7 @@ |
// Take the Result that is an untagged int32, and convert it to a tagged |
// Smi or HeapNumber. Remove the untagged_int32 flag from the result. |
void ConvertInt32ResultToNumber(Result* value); |
+ void ConvertInt32ResultToSmi(Result* value); |
// Track loop nesting level. |
int loop_nesting() const { return loop_nesting_; } |