This patch is to rename some variables to CamelCase in gc_relocate related functions. There is no functionality change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM given that this is a renaming-only change.
Do you want me to check this in for you?
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | ||
---|---|---|
1094 ↗ | (On Diff #25511) | Another potential cleanup here -- CreateCall3 returns a CallInst so you can just do Callinst *Reloc = ... CreateCall3 and elide of the cast<>s. If you do this, please do that in a separate change. |