瀏覽代碼

Fixed missing space in docstring.

Jayke Meijer 14 年之前
父節點
當前提交
fd46a3140a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"""