Commits

Erik Eckstein committed b0bcad78876
Add a utility script for displaying the CFG of SIL or LLVM IR. It is useful if you have the SIL already in a file (instead of calling viewCFG() while running the compiler in lldb). Especially useful for vim users: see the comment in the script on how to add commands to view the CFG from inside vim. Swift SVN r30186