Open langston-barrett opened 5 years ago
The nonnull attribute doesn't seem to have a representation in the AST.
It looks like it should go here: https://github.com/elliottt/llvm-pretty/blob/3d629c0093ba55a58aaa5c1d334059f0b71ba3d9/src/Text/LLVM/AST.hs#L455
Yep, it does look like it's missing: http://llvm.org/docs/LangRef.html#paramattrs.
The nonnull attribute doesn't seem to have a representation in the AST.
It looks like it should go here: https://github.com/elliottt/llvm-pretty/blob/3d629c0093ba55a58aaa5c1d334059f0b71ba3d9/src/Text/LLVM/AST.hs#L455