compile: rename do_global_analysis to do_global_table_analysis
authorJean-Sebastien Gelinas <calestar@gmail.com>
Wed, 26 Aug 2009 21:04:31 +0000 (17:04 -0400)
committerJean Privat <jean@pryen.org>
Tue, 1 Sep 2009 18:15:23 +0000 (14:15 -0400)
Signed-off-by: Jean-Sebastien Gelinas <calestar@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

src/compiling/table_computation.nit

index 4cc9579..24e5fb2 100644 (file)
@@ -149,11 +149,11 @@ redef class Program
                end
 
                tc.info("Merging all tables",2)
-               do_global_analysis(tc)
+               do_global_table_analysis(tc)
        end
 
        # Do the complete global analysis
-       private fun do_global_analysis(cctx: ToolContext)
+       private fun do_global_table_analysis(cctx: ToolContext)
        do
                #print "Do the complete global analysis"
                var smallest_classes = new Array[MMLocalClass]