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 7d0c163 commit 9cb7902Copy full SHA for 9cb7902
llvm/lib/Support/Timer.cpp
@@ -240,7 +240,8 @@ class Name2PairMap {
240
getGroupEntry(StringRef GroupName, StringRef GroupDescription) {
241
std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = Map[GroupName];
242
if (!GroupEntry.first)
243
- GroupEntry.first = new TimerGroup(GroupName, GroupDescription, /*PrintOnExit=*/true);
+ GroupEntry.first =
244
+ new TimerGroup(GroupName, GroupDescription, /*PrintOnExit=*/true);
245
246
return GroupEntry;
247
}
0 commit comments