llvm-project
8767bdba
- [NFC] Delete `MCPseudoProbeDecoder`'s move constructor (#186698)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
30 days ago
[NFC] Delete `MCPseudoProbeDecoder`'s move constructor (#186698) `MCPseudoProbeDecoder` cannot be copeied/moved due to its address dependence on the DummyInlineRoot member address. Explicitly delete the move constructor.
References
#186698 - [NFC] Delete `MCPseudoProbeDecoder`'s move constructor
Author
mustartt
Parents
70cd2acb
Loading