Skip to content

Commit 8d2d9ad

Browse files
committed
clang-format
1 parent 5dcfe74 commit 8d2d9ad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

llvm/lib/Transforms/Utils/Debugify.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,13 @@ static bool checkInstructions(const DebugInstMap &DILocsBefore,
509509

510510
auto CreateJSONBugEntry = [&](const char *Action) {
511511
Bugs.push_back(llvm::json::Object({
512-
{"metadata", "DILocation"}, {"fn-name", FnName.str()},
513-
{"bb-name", BBName.str()}, {"instr", InstName}, {"action", Action},
512+
{"metadata", "DILocation"},
513+
{"fn-name", FnName.str()},
514+
{"bb-name", BBName.str()},
515+
{"instr", InstName},
516+
{"action", Action},
514517
#if LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN
515-
{"origin", symbolizeStackTrace(Instr)},
518+
{"origin", symbolizeStackTrace(Instr)},
516519
#endif
517520
}));
518521
};

0 commit comments

Comments
 (0)