BackupGGCode / llvm-py

Python bindings for LLVM
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Patch to add tail-call modifier to instructions #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it's not possible to set the tail-call flag on call instructions.
 This patch adds it as a property.  This is against svn rev 76.

Original issue reported on code.google.com by tarkast...@gmail.com on 25 Apr 2009 at 5:26

Attachments:

GoogleCodeExporter commented 9 years ago
Applied, thanks!

Original comment by mdevan.f...@gmail.com on 20 Sep 2009 at 9:45