[python-bindings] Added support for iterating over a basic blocks instructions, getti...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 01:17:38 +0000 (01:17 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 01:17:38 +0000 (01:17 +0000)
commit73c382f7fdbe034383600c1ddd385aea0cd27221
tree95206bfada76691af8524f4f90260e0d77d18665
parente23fa984f5094b58c0b57260ade5a6728336d3ab
[python-bindings] Added support for iterating over a basic blocks instructions, getting their name/dumping them, f/b iteration.

Tests are included.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190475 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/llvm/core.py
bindings/python/llvm/tests/test_core.py