Commit fd46a314 authored by Jayke Meijer's avatar Jayke Meijer

Fixed missing space in docstring.

parent c5a80c31
......@@ -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"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment