Browse Source

Fixed missing space in docstring.

Jayke Meijer 14 năm trước cách đây
mục cha
commit
fd46a3140a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/program.py

+ 1 - 1
src/program.py

@@ -79,7 +79,7 @@ class Program(Block):
 
     def perform_dataflow_analysis(self):
         """Perform dataflow analysis:
-           -Divide the statement list into basic blocks
+           - Divide the statement list into basic blocks
            - Generate flow graph
            - Create liveness sets: def, use, in, out
            - Create reaching definitions sets: gen, kill, in, out"""