CalculateSyntheticValue and GetSyntheticValue have a use_synthetic parameter
that makes the function do nothing when it's false. We obviously always pass true
to the function (or check that the value we pass is true), because there really isn't
any point calling with function with a false. This just removes all of this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Here we check it's true.