Skip to content

Commit 923c677

Browse files
committed
Add formatting bubu
1 parent 10e0377 commit 923c677

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Utils/LLVMShorthands.cpp

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

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

0 commit comments

Comments
 (0)