stage3/constant_folding.cc
changeset 661 f537c3315f83
parent 648 5ca2aabb8bcb
child 667 bd1360f29f15
--- a/stage3/constant_folding.cc	Fri Sep 21 09:54:10 2012 +0100
+++ b/stage3/constant_folding.cc	Wed Sep 26 20:12:39 2012 +0200
@@ -732,6 +732,9 @@
     error_count = 0;
     warning_found = false;
     current_display_error_level = 0;
+    il_operand = NULL;
+    search_varfb_instance_type = NULL;
+    prev_il_instruction = NULL;
     
     /* check whether the platform on which the compiler is being run implements IEC 559 floating point data types. */
     symbol_c null_symbol;