As requested in D53877 post-commit review, update naming of UNOP_NEG to UNOP_FNEG.
Also add UnaryOperator to the LLVMIsA##name macro. There does not appear to be existing tests for the LLVMIsA* functions, so I'm not sure how to test it.
Differential D68588
[Bitcode] Update naming of UNOP_NEG to UNOP_FNEG cameron.mcinally on Oct 7 2019, 1:02 PM. Authored by
Details
As requested in D53877 post-commit review, update naming of UNOP_NEG to UNOP_FNEG. Also add UnaryOperator to the LLVMIsA##name macro. There does not appear to be existing tests for the LLVMIsA* functions, so I'm not sure how to test it.
Diff Detail
Event TimelineComment Actions Thank you, LG!
|