GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

make pretty-printing of call consistent with LLVM's expectations (#144) #145

Closed alpmestan closed 2 months ago

alpmestan commented 2 months ago

This addresses #144. Let me know if you'd like a test case for this.

kquick commented 2 months ago

Thank you!