We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2526d13 commit e2e41a8Copy full SHA for e2e41a8
llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
@@ -181,7 +181,7 @@ namespace llvm {
181
namespace yaml {
182
183
template <> struct MappingTraits<GlobalValueSummaryYaml> {
184
- static void mapping(IO &io, GlobalValueSummaryYaml& summary) {
+ static void mapping(IO &io, GlobalValueSummaryYaml &summary) {
185
io.mapOptional("Linkage", summary.Linkage);
186
io.mapOptional("Visibility", summary.Visibility);
187
io.mapOptional("NotEligibleToImport", summary.NotEligibleToImport);
0 commit comments