sampsyo / quala

custom type systems for Clang
MIT License
96 stars 7 forks source link

Generate metadata for return values #8

Open sampsyo opened 10 years ago

sampsyo commented 10 years ago

We currently don't generate !tyann metadata for stores to the %retval register. This should work the same as other stores. We should also annotate the return instruction itself according to the type of the function.