[PATCH] D68588: [Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 13:26:07 PDT 2019
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
Thank you, LG!
================
Comment at: llvm/include/llvm-c/Core.h:1546
macro(Instruction) \
+ macro(UnaryOperator) \
macro(BinaryOperator) \
----------------
Commit this separately? "llvm-c: there's Unary operator"
I don't know what else might be missing for C API though.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68588/new/
https://reviews.llvm.org/D68588
More information about the llvm-commits
mailing list