llvmpy/docs
Paul Sokolovsky bf484aa216 Correct if-then-else LLVM asm example.
As was present vividly breaks LLVM IR constraints on SSA and basic-blocks:
same var being assigned twice, no control transfer at the end of basic block.
Compare with the original:
http://www.mdevan.org/llvm-py/kaleidoscope/PythonLangImpl5.html
2013-02-19 08:36:52 +02:00
..
source Correct if-then-else LLVM asm example. 2013-02-19 08:36:52 +02:00
gh-pages.py cleanup 2013-01-31 17:54:20 -06:00
Makefile Add Sphinx documentation. 2012-08-08 17:49:24 -05:00