f0rki / mapping-high-level-constructs-to-llvm-ir

A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io
Other
599 stars 62 forks source link

Fix mistake in classes.rst #20

Closed vitvakatu closed 6 years ago

vitvakatu commented 6 years ago

Foo_GetLength method contained invalid code: instead of loading %2 from %1 it loaded from %this.

archfrog commented 6 years ago

Great, thanks! @f0rki will probably merge pretty soon. Thanks again and feel free to contribute code and text as you like :-)

f0rki commented 6 years ago

Thanks a lot!