llvmpy/docs/source
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
..
doc Correct if-then-else LLVM asm example. 2013-02-19 08:36:52 +02:00
conf.py Fix author. 2012-11-11 01:37:33 -06:00
index.rst Adding reference pages to toctree. 2012-11-12 10:51:42 -06:00