doe300 / VC4C

Compiler for the VC4CL OpenCL implementation
MIT License
118 stars 37 forks source link

Add ControlFlowGraph::dumpGraph #84

Closed long-long-float closed 6 years ago

doe300 commented 6 years ago

Thanks for the PR. One small thing: can you make the method const? Since it doesn't modify the graph. Also, if possible, please run it through clang-format again