We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uinc_wrap
udec_wrap
#138 added support for the atomic uinc_wrap and udec_wrap operations, but the pretty-printing code is incorrect:
llvm-pretty/src/Text/LLVM/PP.hs
Lines 563 to 564 in a815d8c
Per the LLVM commit which introduced these operations, these should be printed as uinc_wrap and udec_wrap, not uincwrap and udecwrap.
uincwrap
udecwrap
The text was updated successfully, but these errors were encountered:
Fix pretty-printing for uinc_wrap and udec_wrap
f4f309b
Fixes #139.
725bd01
Successfully merging a pull request may close this issue.
#138 added support for the atomic
uinc_wrap
andudec_wrap
operations, but the pretty-printing code is incorrect:llvm-pretty/src/Text/LLVM/PP.hs
Lines 563 to 564 in a815d8c
Per the LLVM commit which introduced these operations, these should be printed as
uinc_wrap
andudec_wrap
, notuincwrap
andudecwrap
.The text was updated successfully, but these errors were encountered: