Skip to content

Commit 0a046ee

Browse files
Update lib/Utils/LLVMShorthands.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dee3586 commit 0a046ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/Utils/LLVMShorthands.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ llvm::StringRef getVarAnnotationIntrinsicName(const llvm::CallInst *CallInst) {
457457
return Data->getAsCString();
458458
}
459459

460-
llvm::ModuleSlotTracker &ModulesToSlotTracker::getSlotTrackerForModule(const llvm::Module *M) {
460+
llvm::ModuleSlotTracker &
461+
ModulesToSlotTracker::getSlotTrackerForModule(const llvm::Module *M) {
461462
auto &ret = MToST[M];
462463
if (M == nullptr && ret == nullptr) {
463464
ret = std::make_unique<llvm::ModuleSlotTracker>(M);

0 commit comments

Comments
 (0)