Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 4200) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -652,6 +652,8 @@ |
void CodeForDoWhileConditionPosition(DoWhileStatement* stmt); |
void CodeForSourcePosition(int pos); |
+ void SetTypeForStackSlot(Slot* slot, NumberInfo info); |
+ |
#ifdef DEBUG |
// True if the registers are valid for entry to a block. There should |
// be no frame-external references to (non-reserved) registers. |